summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 17:30:05 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 17:30:05 (GMT)
commit68ddc3029a1e55cb1f995c0b69233c7c06ff94da (patch)
tree52023b9307db6664c1b6286a07697d891d75db54 /test/vfd_swmr_group_writer.c
parent97a37aa84913808792418e6814126bdee856288e (diff)
downloadhdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.zip
hdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.tar.gz
hdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index af46f3d..eb7bb0e 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -5013,7 +5013,8 @@ main(int argc, char **argv)
/* config, tick_len, max_lag, writer, maintain_metadata_file, generate_updater_files,
* flush_raw_data, md_pages_reserved, md_file_path, updater_file_path */
- init_vfd_swmr_config(&config, s.tick_len, s.max_lag, writer, TRUE, FALSE, TRUE, 128, "./group-shadow", NULL);
+ init_vfd_swmr_config(&config, s.tick_len, s.max_lag, writer, TRUE, FALSE, TRUE, 128, "./group-shadow",
+ NULL);
/* If old-style option is chosen, use the earliest file format(H5F_LIBVER_EARLIEST)
* as the second parameter of H5Pset_libver_bound() that is called by