diff options
author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-25 19:53:48 (GMT) |
---|---|---|
committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-25 19:53:48 (GMT) |
commit | fb51aa0da2322ca10326adb3f4b82d0022ad68f4 (patch) | |
tree | faf0dd26b0914b0bf312d5ddda3a5530816ed50f | |
parent | 09e891477e3946e48d2216e06aca150ad5f2ddb3 (diff) | |
download | hdf5-fb51aa0da2322ca10326adb3f4b82d0022ad68f4.zip hdf5-fb51aa0da2322ca10326adb3f4b82d0022ad68f4.tar.gz hdf5-fb51aa0da2322ca10326adb3f4b82d0022ad68f4.tar.bz2 |
Committing clang-format changes
-rw-r--r-- | src/H5FDvfd_swmr_private.h | 2 | ||||
-rw-r--r-- | src/H5Fint.c | 2 | ||||
-rw-r--r-- | 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) { |