We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11eb30 commit 7eb2addCopy full SHA for 7eb2add
c_glib/arrow-glib/compute.cpp
@@ -7708,7 +7708,7 @@ garrow_list_slice_options_class_init(GArrowListSliceOptionsClass *klass)
7708
GArrowListSliceOptions *
7709
garrow_list_slice_options_new(void)
7710
{
7711
- auto options = g_object_new(GARROW_TYPE_LIST_SLICE_OPTIONS, NULL);
+ auto options = g_object_new(GARROW_TYPE_LIST_SLICE_OPTIONS, nullptr);
7712
return GARROW_LIST_SLICE_OPTIONS(options);
7713
}
7714
0 commit comments