From c8d62a9a5ac82d896080adb43e6b48c553d5c833 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 19:47:55 +0000 Subject: Committing clang-format changes --- src/H5D.c | 1 - src/H5Dpublic.h | 1 - 2 files changed, 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 -- cgit v0.12