summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-07 21:06:24 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-07 21:06:24 (GMT)
commita51a20a4132ba0f1546f2470445e706977942e5e (patch)
tree0885984c4dfe27240fbe77c1069ab764f9f3477b /src
parent99c8b35bbff7837379858a09b5f5fa3703388bea (diff)
parentc8d62a9a5ac82d896080adb43e6b48c553d5c833 (diff)
downloadhdf5-a51a20a4132ba0f1546f2470445e706977942e5e.zip
hdf5-a51a20a4132ba0f1546f2470445e706977942e5e.tar.gz
hdf5-a51a20a4132ba0f1546f2470445e706977942e5e.tar.bz2
Merge branch 'vfd_swmr/thg_standards' of https://github.com/derobins/hdf5 into vfd_swmr/thg_standards
Diffstat (limited to 'src')
-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