diff options
author | Quincey Koziol <koziol@lbl.gov> | 2021-01-07 22:16:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 22:16:00 (GMT) |
commit | e3b7d68826b5ce54518220d80dfb723f04c7b486 (patch) | |
tree | 043401e2221af79b80dcf11c3991674217f1a7ac /src/H5Rpublic.h | |
parent | 3ae45182b5f728fbe0fc25cf1fd8db5b1e014d4a (diff) | |
download | hdf5-e3b7d68826b5ce54518220d80dfb723f04c7b486.zip hdf5-e3b7d68826b5ce54518220d80dfb723f04c7b486.tar.gz hdf5-e3b7d68826b5ce54518220d80dfb723f04c7b486.tar.bz2 |
Reformat source (#244)
Diffstat (limited to 'src/H5Rpublic.h')
-rw-r--r-- | src/H5Rpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h index 96db2a7..202b73b 100644 --- a/src/H5Rpublic.h +++ b/src/H5Rpublic.h @@ -277,7 +277,7 @@ H5_DLL H5R_type_t H5Rget_type(const H5R_ref_t *ref_ptr); * H5R_ref_t[#H5R_REF_BUF_SIZE]; * */ -H5_DLL htri_t H5Requal(const H5R_ref_t *ref1_ptr, const H5R_ref_t *ref2_ptr); +H5_DLL htri_t H5Requal(const H5R_ref_t *ref1_ptr, const H5R_ref_t *ref2_ptr); /** * -------------------------------------------------------------------------- @@ -295,7 +295,7 @@ H5_DLL htri_t H5Requal(const H5R_ref_t *ref1_ptr, const H5R_ref_t *ref2_ptr) * pointer to the destination reference. * */ -H5_DLL herr_t H5Rcopy(const H5R_ref_t *src_ref_ptr, H5R_ref_t *dst_ref_ptr); +H5_DLL herr_t H5Rcopy(const H5R_ref_t *src_ref_ptr, H5R_ref_t *dst_ref_ptr); /* Dereference */ |