summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-06-01 18:10:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-06-01 18:10:17 (GMT)
commitaa279ebd1669761f6b37146125dd1fcc0cf99431 (patch)
tree07a564371136f63e091acb4802ac3d7306329fbd /src/H5Fquery.c
parent6468a613fd14570a29bb54c0437bbc087f770621 (diff)
downloadhdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.zip
hdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.tar.gz
hdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.tar.bz2
More normalization with develop (C library).
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r--src/H5Fquery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index 3f526be..4a1a009 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -277,11 +277,11 @@ H5F_get_nopen_objs(const H5F_t *f)
/*-------------------------------------------------------------------------
- * Function: H5F_get_file_id
+ * Function: H5F_get_file_id
*
- * Purpose: Retrieve the file's 'file_id' value
+ * Purpose: Retrieve the file's 'file_id' value
*
- * Return: 'file_id' on success/abort on failure (shouldn't fail)
+ * Return: 'file_id' on success/abort on failure (shouldn't fail)
*-------------------------------------------------------------------------
*/
hid_t
@@ -923,7 +923,7 @@ H5F_get_eoa(const H5F_t *f, H5FD_mem_t type)
/* Dispatch to driver */
if(HADDR_UNDEF == (ret_value = H5FD_get_eoa(f->shared->lf, type)))
- HGOTO_ERROR(H5E_VFL, H5E_CANTINIT, HADDR_UNDEF, "driver get_eoa request failed")
+ HGOTO_ERROR(H5E_VFL, H5E_CANTINIT, HADDR_UNDEF, "driver get_eoa request failed")
done:
FUNC_LEAVE_NOAPI(ret_value)