summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-21 12:43:23 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-21 12:43:23 (GMT)
commit339a81b4b7094dc242f876540dbbeea92461da53 (patch)
treed291f4eebca5d5e99a08c84a04d02b175e203125
parent563e686505caf68956751f9e0e46ceeaf4a47982 (diff)
downloadhdf5-339a81b4b7094dc242f876540dbbeea92461da53.zip
hdf5-339a81b4b7094dc242f876540dbbeea92461da53.tar.gz
hdf5-339a81b4b7094dc242f876540dbbeea92461da53.tar.bz2
Committing clang-format changes
-rw-r--r--src/H5VL.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5VL.c b/src/H5VL.c
index 80afb3e..64dacb5 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -1091,7 +1091,7 @@ done:
herr_t
H5VLfapl_is_native(hid_t fapl_id, hbool_t *is_native)
{
- herr_t ret_value = SUCCEED;
+ herr_t ret_value = SUCCEED;
FUNC_ENTER_API(FAIL)
H5TRACE2("e", "i*b", fapl_id, is_native);
@@ -1111,5 +1111,3 @@ H5VLfapl_is_native(hid_t fapl_id, hbool_t *is_native)
done:
FUNC_LEAVE_API(ret_value)
} /* end H5VLfapl_is_native() */
-
-