summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 21:58:04 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 21:58:04 (GMT)
commit9d48ca295f5352a9f084fda84e23dc43eebf1648 (patch)
treedad6fc32871496f7a5219d36535c83569497a1b8 /src/H5Fint.c
parentde46905677068ce5f7fbaec9cad5becc037b0894 (diff)
downloadhdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.zip
hdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.tar.gz
hdf5-9d48ca295f5352a9f084fda84e23dc43eebf1648.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 3c4006b..4a88b8c 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -2014,9 +2014,9 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
/* Short cuts */
shared = file->shared;
#if 1 /* Kent*/
- H5F_post_vfd_swrm_log_entry(file,0,NULL);
+ H5F_post_vfd_swrm_log_entry(file, 0, NULL);
#endif
- lf = shared->lf;
+ lf = shared->lf;
/* Set the file locking flag. If the file is already open, the file
* requested file locking flag must match that of the open file.