summaryrefslogtreecommitdiffstats
path: root/src/H5Fvfd_swmr.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 20:02:12 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 20:02:12 (GMT)
commitabed0f75f22ebbcd777def072ff286f296d32908 (patch)
treecb047d1295fbd85b0df9fc71cd060327f2877444 /src/H5Fvfd_swmr.c
parentb8a775cbe44e3518a817f413993adef7a6eca88f (diff)
downloadhdf5-abed0f75f22ebbcd777def072ff286f296d32908.zip
hdf5-abed0f75f22ebbcd777def072ff286f296d32908.tar.gz
hdf5-abed0f75f22ebbcd777def072ff286f296d32908.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fvfd_swmr.c')
-rw-r--r--src/H5Fvfd_swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c
index ce9e468..476af3e 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -799,7 +799,7 @@ H5F_vfd_swmr_writer_end_of_tick(H5F_t *f, hbool_t wait_for_reader)
herr_t ret_value = SUCCEED; /* Return value */
hbool_t incr_tick = FALSE;
- /* Kent: define the local variables to calculate the EOT time
+ /* Kent: define the local variables to calculate the EOT time
and write them to the log file. */
H5_timevals_t current_time;
double start_elapsed_time, end_elapsed_time;