diff options
author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-07 19:47:55 (GMT) |
---|---|---|
committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-07 19:47:55 (GMT) |
commit | c8d62a9a5ac82d896080adb43e6b48c553d5c833 (patch) | |
tree | 3542b9f0eca59fd55d075bf68fd12e8c22177a00 | |
parent | 2f92cb5d19c0040326061fd2010bfd56c908879c (diff) | |
download | hdf5-c8d62a9a5ac82d896080adb43e6b48c553d5c833.zip hdf5-c8d62a9a5ac82d896080adb43e6b48c553d5c833.tar.gz hdf5-c8d62a9a5ac82d896080adb43e6b48c553d5c833.tar.bz2 |
Committing clang-format changes
-rw-r--r-- | src/H5D.c | 1 | ||||
-rw-r--r-- | src/H5Dpublic.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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 |