summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-07 19:47:55 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-07 19:47:55 (GMT)
commitc8d62a9a5ac82d896080adb43e6b48c553d5c833 (patch)
tree3542b9f0eca59fd55d075bf68fd12e8c22177a00
parent2f92cb5d19c0040326061fd2010bfd56c908879c (diff)
downloadhdf5-c8d62a9a5ac82d896080adb43e6b48c553d5c833.zip
hdf5-c8d62a9a5ac82d896080adb43e6b48c553d5c833.tar.gz
hdf5-c8d62a9a5ac82d896080adb43e6b48c553d5c833.tar.bz2
Committing clang-format changes
-rw-r--r--src/H5D.c1
-rw-r--r--src/H5Dpublic.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/H5D.c b/src/H5D.c
index b969817..cb2a720 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -596,7 +596,6 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Dget_offset() */
-
/*-------------------------------------------------------------------------
* Function: H5Dscatter
*
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index 0e2474a..c52bef3 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -334,7 +334,6 @@ H5_DLL hid_t H5Dcreate_anon(hid_t loc_id, hid_t type_id, hid_t space_id, hid_t d
*/
H5_DLL hid_t H5Dopen2(hid_t loc_id, const char *name, hid_t dapl_id);
-
/**
* --------------------------------------------------------------------------
*\ingroup H5D