summaryrefslogtreecommitdiffstats
path: root/src/H5Fvfd_swmr.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-28 17:32:03 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-28 17:32:03 (GMT)
commit89ed2f20043326d9fe482f275aead9576f420c02 (patch)
treeae56cc1b5f4f4fcfd2ed7ac7a6b662a187cbad4e /src/H5Fvfd_swmr.c
parent7a527aac5a69449a185cdd40de43b82723cc3fbb (diff)
downloadhdf5-89ed2f20043326d9fe482f275aead9576f420c02.zip
hdf5-89ed2f20043326d9fe482f275aead9576f420c02.tar.gz
hdf5-89ed2f20043326d9fe482f275aead9576f420c02.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fvfd_swmr.c')
-rw-r--r--src/H5Fvfd_swmr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index c3ecae3..dc5d1f0 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -355,10 +355,10 @@ H5F_vfd_swmr_close_or_flush(H5F_t *f, hbool_t closing)
#endif
done:
- /* Kent: close the VFD SWMR log file if it is turned on.
- * Please REVIEW to ensure this is the right place to
- * close the log file.
- */
+ /* Kent: close the VFD SWMR log file if it is turned on.
+ * Please REVIEW to ensure this is the right place to
+ * close the log file.
+ */
if (shared->vfd_swmr_log_on) {
HDfclose(shared->vfd_swmr_log_file_ptr);
}