summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-18 22:42:32 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-18 22:42:32 (GMT)
commit148606eff814d84d044a268ab2703bef23c305f1 (patch)
tree41daeecd7d6178b51a298ec559a83fa40e2a1ab0
parent5d9248aab77f06f8b1943374ba4ba24a322ad31d (diff)
downloadhdf5-148606eff814d84d044a268ab2703bef23c305f1.zip
hdf5-148606eff814d84d044a268ab2703bef23c305f1.tar.gz
hdf5-148606eff814d84d044a268ab2703bef23c305f1.tar.bz2
Committing clang-format changes
-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 c938014..bfa2c64 100644
--- a/src/H5Fvfd_swmr.c
+++ b/src/H5Fvfd_swmr.c
@@ -1921,7 +1921,7 @@ H5F_post_vfd_swrm_log_entry(H5F_t *f, int entry_type_code, char *body)
unsigned int elap_min, elap_sec, elap_msec;
FUNC_ENTER_NOAPI(FAIL)
- if (f==NULL)
+ if (f == NULL)
HGOTO_DONE(TRUE)
if (f->shared->vfd_swmr_log_on == false)
HGOTO_DONE(TRUE)