summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_gfail_writer.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-21 19:00:37 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-21 19:00:37 (GMT)
commit3ed0a0ee541f90e316bbabce0b3841a306420994 (patch)
treea5e1d1f55fdab7c45d84d2da8a67b44e2e502ca2 /test/vfd_swmr_gfail_writer.c
parent3e990fed8edb25df58d79097f7cef9b908ef5a0d (diff)
downloadhdf5-3ed0a0ee541f90e316bbabce0b3841a306420994.zip
hdf5-3ed0a0ee541f90e316bbabce0b3841a306420994.tar.gz
hdf5-3ed0a0ee541f90e316bbabce0b3841a306420994.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/vfd_swmr_gfail_writer.c')
-rw-r--r--test/vfd_swmr_gfail_writer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vfd_swmr_gfail_writer.c b/test/vfd_swmr_gfail_writer.c
index fc3bcb0..10370cc 100644
--- a/test/vfd_swmr_gfail_writer.c
+++ b/test/vfd_swmr_gfail_writer.c
@@ -547,8 +547,8 @@ main(int argc, char **argv)
/* config, tick_len, max_lag, presume_posix_semantics, writer,
* maintain_metadata_file, generate_updater_files, flush_raw_data, md_pages_reserved,
* md_file_path, md_file_name, updater_file_path */
- init_vfd_swmr_config(&config, s.tick_len, s.max_lag, FALSE, writer, TRUE, FALSE, TRUE, 128,
- "./", "group-shadow", NULL);
+ init_vfd_swmr_config(&config, s.tick_len, s.max_lag, FALSE, 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