summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 16:01:17 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-29 16:01:17 (GMT)
commit553c1b449e7c77cf143d587beb41deaa63282904 (patch)
tree3b452607258e1549220c872f890cdaa4a888b897 /src/H5Fint.c
parentd0e0e9a418d8c9969329b33ef7cda479f2cd7e61 (diff)
downloadhdf5-553c1b449e7c77cf143d587beb41deaa63282904.zip
hdf5-553c1b449e7c77cf143d587beb41deaa63282904.tar.gz
hdf5-553c1b449e7c77cf143d587beb41deaa63282904.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 0f2d71e..2937056 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -2025,7 +2025,7 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
HGOTO_ERROR(H5E_FILE, H5E_CANTOPENFILE, NULL, "unable to create the log file")
if (H5_timer_init(&(shared->vfd_swmr_log_start_time)) < 0)
HGOTO_ERROR(H5E_FILE, H5E_CANTGET, NULL, "can't initialize HDF5 timer.")
- if (H5_timer_start(&(shared->vfd_swmr_log_start_time)) <0)
+ if (H5_timer_start(&(shared->vfd_swmr_log_start_time)) < 0)
HGOTO_ERROR(H5E_FILE, H5E_CANTGET, NULL, "can't start HDF5 timer.")
}
}