summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-02 17:25:26 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-02 17:25:26 (GMT)
commit43c2c955b876b5eef2446bac2159c8e03fe60b47 (patch)
tree5161b74b3b47ada796f06a1c9b0db1a2ac4f5487 /src/H5Fpkg.h
parent2045b7984b6ffb71cb75393230a11edfed03f3fb (diff)
downloadhdf5-43c2c955b876b5eef2446bac2159c8e03fe60b47.zip
hdf5-43c2c955b876b5eef2446bac2159c8e03fe60b47.tar.gz
hdf5-43c2c955b876b5eef2446bac2159c8e03fe60b47.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 3bece42..6dd896e 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -649,7 +649,7 @@ H5_DLL void H5F_post_vfd_swmr_log_entry(H5F_t *f, int entry_type_code, char *log
} \
} while (0)
-#define H5F_POST_VFD_SWMR_LOG_ENTRY_PRODUCTION(fp, entry_type_code, max_code, log_info) \
+#define H5F_POST_VFD_SWMR_LOG_ENTRY_PRODUCTION(fp, entry_type_code, max_code, log_info) \
do { \
if (entry_type_code < max_code) { \
H5F_POST_VFD_SWMR_LOG_ENTRY_INTERNAL(fp, entry_type_code, log_info); \