summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-08-20 18:55:19 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-08-20 18:55:19 (GMT)
commit25c8ea101aabb70e92b46297d401caf7a0d7cc2a (patch)
treeb67fbed0d7bedaae3e51eb83e3beacc208c77269 /test
parent404784189cd069f3eaad0884b73c862318a156ff (diff)
downloadhdf5-25c8ea101aabb70e92b46297d401caf7a0d7cc2a.zip
hdf5-25c8ea101aabb70e92b46297d401caf7a0d7cc2a.tar.gz
hdf5-25c8ea101aabb70e92b46297d401caf7a0d7cc2a.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test')
-rw-r--r--test/vfd_swmr_gperf_writer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/vfd_swmr_gperf_writer.c b/test/vfd_swmr_gperf_writer.c
index bb0a98c..15b52c1 100644
--- a/test/vfd_swmr_gperf_writer.c
+++ b/test/vfd_swmr_gperf_writer.c
@@ -19,11 +19,11 @@
* ./vfd_swmr_gperf_writer -n 1000 -P -N 0 -q
* will generate 1000 empty groups.
* ./vfd_swmr_gperf_writer -n 1000 -P -l 1 -q
- * will generate 1000 groups with 1 level of nested groups,(like /g1/g2)
- * each group has one attribute.
+ * will generate 1000 groups with 1 level of nested groups,(like /g1/g2)
+ * each group has one attribute.
* ./vfd_swmr_gperf_writer -n 1000 -P -S -G -V -N 5 -l 1 -m 8 -t 4 -B 16384 -s 8192
* will generate 1000 groups with 1 level of nested groups,(like /g1/g2)
- * each group has 5 attributes and the attribute type is variable length string.
+ * each group has 5 attributes and the attribute type is variable length string.
* The groups is created without using VFD SWMR;
* The groups are created with the earliest file format(old-styled)
* The program is run with max_lag = 8, tick_len = 4;
@@ -2698,7 +2698,7 @@ gen_tree_struct(state_t *s, unsigned int level, unsigned ne_per_level, hid_t pgr
TEST_ERROR;
}
grp_counter++;
-
+
/* Generate groups in the next level */
result = gen_tree_struct(s, level - 1, ne_per_level, grp_id);
if (result == false) {