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 ac52fbc commit de1f40fCopy full SHA for de1f40f
test/th5s.c
@@ -3403,8 +3403,8 @@ test_h5s_bug3(void)
3403
static void
3404
test_h5s_bug4(void)
3405
{
3406
- hsize_t dims[] = { 10 };
3407
- hsize_t points[] = { 0 };
+ hsize_t dims[] = {10};
+ hsize_t points[] = {0};
3408
herr_t ret = SUCCEED;
3409
hid_t space_id = H5I_INVALID_HID;
3410
hid_t space_copy_id = H5I_INVALID_HID;
0 commit comments