summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-10-08 14:35:57 (GMT)
committerGitHub <noreply@github.com>2020-10-08 14:35:57 (GMT)
commit29874423bf155e23cfdc1920336c91674865f417 (patch)
treee85e80ccfa1f459a18ce715943f021afca7a72c4 /src
parent986154352fb411ab605164a7baba97f3040a4157 (diff)
parentca32c785fc456522b10e0c3fb68ed0403d659ca9 (diff)
downloadhdf5-29874423bf155e23cfdc1920336c91674865f417.zip
hdf5-29874423bf155e23cfdc1920336c91674865f417.tar.gz
hdf5-29874423bf155e23cfdc1920336c91674865f417.tar.bz2
Merge pull request #28 from byrnHDF/hdf5_1_12
Hdf5 1 12
Diffstat (limited to 'src')
-rw-r--r--src/H5Fquery.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index a7143aa..ed435a8 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -200,8 +200,8 @@ H5F_get_actual_name(const H5F_t *f)
* Function: H5F_get_extpath
*
* Purpose: Retrieve the file's 'extpath' flags
- * This is used by H5L_extern_traverse() and H5D_build_file_prefix() to retrieve the main file's
- *location when searching the target file.
+ * This is used by H5L_extern_traverse() and H5D_build_file_prefix()
+ * to retrieve the main file's location when searching the target file.
*
* Return: 'extpath' on success/abort on failure (shouldn't fail)
*-------------------------------------------------------------------------
@@ -1228,8 +1228,8 @@ H5F_get_null_fsm_addr(const H5F_t *f)
*
* Return: VOL class pointer for file, can't fail
*
- * Programmer: Quincey Koziol
- * Saturday, August 17, 2019
+ * Programmer: Quincey Koziol
+ * Saturday, August 17, 2019
*
*-------------------------------------------------------------------------
*/
@@ -1271,8 +1271,8 @@ H5F_get_vol_obj(const H5F_t *f)
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Saturday, August 17, 2019
+ * Programmer: Quincey Koziol
+ * Saturday, August 17, 2019
*
*-------------------------------------------------------------------------
*/