diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 16:12:59 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 16:12:59 (GMT) |
commit | b2d917437dde37938ce27753b9bf22899bf1f6a9 (patch) | |
tree | c1a7ca0939b4959e2a7d438b61466045272fe5aa /src/H5Oint.c | |
parent | d53c9be189578c63b67b23495e396f21819c373d (diff) | |
download | hdf5-b2d917437dde37938ce27753b9bf22899bf1f6a9.zip hdf5-b2d917437dde37938ce27753b9bf22899bf1f6a9.tar.gz hdf5-b2d917437dde37938ce27753b9bf22899bf1f6a9.tar.bz2 |
Minor refactoring based on 1.10 normalization work
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r-- | src/H5Oint.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c index 09db25a..e41f0fe 100644 --- a/src/H5Oint.c +++ b/src/H5Oint.c @@ -2248,7 +2248,7 @@ H5O_get_info(const H5O_loc_t *loc, H5O_info2_t *oinfo, unsigned fields) /* Set the object's reference count */ oinfo->rc = oh->nlink; - } /* end if */ + } /* Get time information, if requested */ if(fields & H5O_INFO_TIME) { @@ -2544,8 +2544,8 @@ H5O_get_oh_addr(const H5O_t *oh) /*------------------------------------------------------------------------- * Function: H5O_get_oh_flags * - * Programmer: Jacob Smith - * 2018 August 17 + * Programmer: Jacob Smith + * 2018 August 17 * *------------------------------------------------------------------------- */ @@ -2561,12 +2561,12 @@ H5O_get_oh_flags(const H5O_t *oh) /*------------------------------------------------------------------------- * Function: H5O_get_oh_mtime * - * Purpose: Retrieve an object's modification time. Assumes that the + * Purpose: Retrieve an object's modification time. Assumes that the * caller has verified that accessing this variable is appropriate * to the header in question. * - * Programmer: Jacob Smith - * 2018 August 17 + * Programmer: Jacob Smith + * 2018 August 17 * *------------------------------------------------------------------------- */ @@ -2583,8 +2583,8 @@ H5O_get_oh_mtime(const H5O_t *oh) /*------------------------------------------------------------------------- * Function: H5O_get_oh_version * - * Programmer: Jacob Smith - * 2018 August 17 + * Programmer: Jacob Smith + * 2018 August 17 * *------------------------------------------------------------------------- */ |