summaryrefslogtreecommitdiffstats
path: root/testpar/t_mdset.c
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-07 22:03:24 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-07 22:09:22 (GMT)
commitc9ae4fd62eace3224de61efdafabaa8249b2a2ef (patch)
tree32ff8b32b33a2947c27cbff5a05baee35c23d58b /testpar/t_mdset.c
parent030cde7a2072fdb6b1326b279fad69d93cd72350 (diff)
downloadhdf5-c9ae4fd62eace3224de61efdafabaa8249b2a2ef.zip
hdf5-c9ae4fd62eace3224de61efdafabaa8249b2a2ef.tar.gz
hdf5-c9ae4fd62eace3224de61efdafabaa8249b2a2ef.tar.bz2
indent change
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r--testpar/t_mdset.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c
index d14b898..16eb13c 100644
--- a/testpar/t_mdset.c
+++ b/testpar/t_mdset.c
@@ -316,11 +316,11 @@ void compact_dataset(void)
VRFY((dataset >= 0), "H5Dopen2 succeeded");
#ifdef H5_HAVE_INSTRUMENTED_LIBRARY
- hbool_t prop_value;
- prop_value = H5D_XFER_COLL_RANK0_BCAST_DEF;
- ret = H5Pinsert2(dxpl, H5D_XFER_COLL_RANK0_BCAST_NAME, H5D_XFER_COLL_RANK0_BCAST_SIZE, &prop_value,
- NULL, NULL, NULL, NULL, NULL, NULL);
- VRFY((ret >= 0), "H5Pinsert2() succeeded");
+ hbool_t prop_value;
+ prop_value = H5D_XFER_COLL_RANK0_BCAST_DEF;
+ ret = H5Pinsert2(dxpl, H5D_XFER_COLL_RANK0_BCAST_NAME, H5D_XFER_COLL_RANK0_BCAST_SIZE, &prop_value,
+ NULL, NULL, NULL, NULL, NULL, NULL);
+ VRFY((ret >= 0), "H5Pinsert2() succeeded");
#endif /* H5_HAVE_INSTRUMENTED_LIBRARY */
ret = H5Dread(dataset, H5T_NATIVE_DOUBLE, H5S_ALL, H5S_ALL, dxpl, inme);