summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 19:15:11 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 19:15:11 (GMT)
commit519c50b981eb3d719c4e6a96a899689df0109195 (patch)
tree3d5ff6c609d06cc6e28e048693ac0324596eaf15 /test/vfd_swmr_common.h
parent97638647034a0452bed5bc0b2eb951e41f5c92b0 (diff)
downloadhdf5-519c50b981eb3d719c4e6a96a899689df0109195.zip
hdf5-519c50b981eb3d719c4e6a96a899689df0109195.tar.gz
hdf5-519c50b981eb3d719c4e6a96a899689df0109195.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index c011142..f5981a5 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -77,7 +77,8 @@ H5TEST_DLL void init_vfd_swmr_config(H5F_vfd_swmr_config_t *config, uint32_t tic
hbool_t writer, hbool_t flush_raw_data, uint32_t md_pages_reserved,
const char *md_file_fmtstr, ...) H5_ATTR_FORMAT(printf, 7, 8);
-H5TEST_DLL void init_vfd_swmr_log(H5F_vfd_swmr_config_t *config, const char * log_file_fmtstr, ...) H5_ATTR_FORMAT(printf, 2, 3);
+H5TEST_DLL void init_vfd_swmr_log(H5F_vfd_swmr_config_t *config, const char *log_file_fmtstr, ...)
+ H5_ATTR_FORMAT(printf, 2, 3);
H5TEST_DLL hid_t vfd_swmr_create_fcpl(H5F_fspace_strategy_t fs_strategy, hsize_t fs_page_size);