From 339a81b4b7094dc242f876540dbbeea92461da53 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:43:23 +0000 Subject: Committing clang-format changes --- src/H5VL.c | 4 +--- 1 file changed, 1 insertion(+), 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() */ - - -- cgit v0.12