summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2021-12-07 00:58:29 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2021-12-07 00:58:29 (GMT)
commit03047ba4c082b482f9fc0c52be56921c1581e4be (patch)
tree12567fa9f005bb4f70d48fd252f64f0ab077bd49 /src
parent7253d772b8205a03232411bd58bcd5c331e6f19a (diff)
downloadhdf5-03047ba4c082b482f9fc0c52be56921c1581e4be.zip
hdf5-03047ba4c082b482f9fc0c52be56921c1581e4be.tar.gz
hdf5-03047ba4c082b482f9fc0c52be56921c1581e4be.tar.bz2
Clang format changes.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index f0d03e4..b80fd15 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -1856,7 +1856,7 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
H5F_generate_md_ck_cb_t cb_info = {NULL}; /* For VFD SWMR NFS testing:
initialize the callback to generate
checksums for metadata files */
- H5F_t * ret_value = NULL; /* Actual return value */
+ H5F_t *ret_value = NULL; /* Actual return value */
FUNC_ENTER_NOAPI(NULL)