summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_dsetops_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_dsetops_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_dsetops_writer.c')
-rw-r--r--test/vfd_swmr_dsetops_writer.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/vfd_swmr_dsetops_writer.c b/test/vfd_swmr_dsetops_writer.c
index bce1d08..cdb84b2 100644
--- a/test/vfd_swmr_dsetops_writer.c
+++ b/test/vfd_swmr_dsetops_writer.c
@@ -2228,10 +2228,11 @@ main(int argc, char **argv)
TEST_ERROR;
}
- /* config, tick_len, max_lag, presume_posix_semantics, writer,
- * maintain_metadata_file, generate_updater_files, flush_raw_data, md_pages_reserved,
+ /* 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, 4, 7, FALSE, writer, TRUE, FALSE, s.flush_raw_data, 128, "./", "dsetops-shadow", NULL);
+ init_vfd_swmr_config(&config, 4, 7, FALSE, writer, TRUE, FALSE, s.flush_raw_data, 128, "./",
+ "dsetops-shadow", NULL);
/* use_latest_format, use_vfd_swmr, only_meta_page, page_buf_size, config */
if ((fapl = vfd_swmr_create_fapl(true, s.use_vfd_swmr, true, 4096, &config)) < 0) {