From 89ed2f20043326d9fe482f275aead9576f420c02 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:32:03 +0000 Subject: Committing clang-format changes --- src/H5Fpkg.h | 8 ++++---- src/H5Fvfd_swmr.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 7bb5e45..4a23cd1 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -469,14 +469,14 @@ struct H5F_shared_t { * manager */ /* Log file for VFD SWMR */ - FILE * vfd_swmr_log_file_ptr; /* File pointer for the + FILE *vfd_swmr_log_file_ptr; /* File pointer for the * log file. */ - hbool_t vfd_swmr_log_on; /* flag to indicate if - * the log file is + hbool_t vfd_swmr_log_on; /* flag to indicate if + * the log file is * created. */ struct timespec vfd_swmr_log_start_time; /* The starting time for - * calculating the time + * calculating the time * stamp of a log message. */ /* Delayed free space release doubly linked list */ 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); } -- cgit v0.12