From fb51aa0da2322ca10326adb3f4b82d0022ad68f4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:53:48 +0000 Subject: Committing clang-format changes --- src/H5FDvfd_swmr_private.h | 2 +- src/H5Fint.c | 2 +- src/H5Fvfd_swmr.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/H5FDvfd_swmr_private.h b/src/H5FDvfd_swmr_private.h index 333bcc7..2dd9513 100644 --- a/src/H5FDvfd_swmr_private.h +++ b/src/H5FDvfd_swmr_private.h @@ -93,7 +93,7 @@ H5_DLL herr_t H5F_dump_eot_queue(void); #define TOTAL_TIME_PASSED(X, Y) \ ((double)((Y.tv_sec - X.tv_sec) * 1000000000 + (Y.tv_nsec - X.tv_nsec))) / 1000000000.0 -/* +/* #define TIME_PASSED_MIN(X) (unsigned int)(X / 60000) #define TIME_PASSED_SEC(X, Y) (unsigned int)((X - Y * 60000) / 1000) #define TIME_PASSED_MSEC(X, Y, Z) (unsigned int)(X - Y * 60000 - Z * 1000) diff --git a/src/H5Fint.c b/src/H5Fint.c index f6b4e1a..f7a988b 100644 --- a/src/H5Fint.c +++ b/src/H5Fint.c @@ -2013,7 +2013,7 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id) /* Short cuts */ shared = file->shared; - + /* Set up the VFD SWMR LOG file */ /* Kent*/ if (vfd_swmr_config_ptr->version) { diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c index 3bc405f..918ef97 100644 --- a/src/H5Fvfd_swmr.c +++ b/src/H5Fvfd_swmr.c @@ -320,7 +320,7 @@ H5F_vfd_swmr_close_or_flush(H5F_t *f, hbool_t closing) } #if 1 /*Kent */ H5F_POST_VFD_SWMR_LOG_ENTRY(f, 1, "VFD SWMR File close or flush ends") -#endif +#endif done: if (shared->vfd_swmr_log_on) { -- cgit v0.12