summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-25 18:14:29 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-25 18:14:29 (GMT)
commitd89fb6e09c0e4c8470a919082ac292c8d23c8fab (patch)
tree026f93be971c7835a81be71c98505496d5dabd9a /src/H5Fint.c
parent56e0e6ad352c895e35718cec51d346fa45430382 (diff)
downloadhdf5-d89fb6e09c0e4c8470a919082ac292c8d23c8fab.zip
hdf5-d89fb6e09c0e4c8470a919082ac292c8d23c8fab.tar.gz
hdf5-d89fb6e09c0e4c8470a919082ac292c8d23c8fab.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index b681c23..04e913e 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -2225,7 +2225,7 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
ret_value = file;
#if 1 /*KENT*/
- //H5F_post_vfd_swmr_log_entry(file, 0, "File open ends");
+ // H5F_post_vfd_swmr_log_entry(file, 0, "File open ends");
H5F_POST_VFD_SWMR_LOG_ENTRY(file, 0, "File open ends")
#endif
done: