diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-07-27 18:09:05 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-07-27 18:09:05 (GMT) |
commit | 6e740457cc338a7c4db95be4458c76828da7a872 (patch) | |
tree | 4ed353cff9a731edfce62decc68bfb6460aa937d /src/H5Ocont.c | |
parent | 74e09473c825610d203565e5ed9deb156256d6ea (diff) | |
download | hdf5-6e740457cc338a7c4db95be4458c76828da7a872.zip hdf5-6e740457cc338a7c4db95be4458c76828da7a872.tar.gz hdf5-6e740457cc338a7c4db95be4458c76828da7a872.tar.bz2 |
Minor normalization with 1.10 branch
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r-- | src/H5Ocont.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c index ad54272..68a88e2 100644 --- a/src/H5Ocont.c +++ b/src/H5Ocont.c @@ -15,7 +15,7 @@ * * Created: H5Ocont.c * Aug 6 1997 - * Robb Matzke <matzke@llnl.gov> + * Robb Matzke * * Purpose: The object header continuation message. This * message is only generated and read from within @@ -83,7 +83,6 @@ H5FL_DEFINE(H5O_cont_t); * Failure: NULL * * Programmer: Robb Matzke - * matzke@llnl.gov * Aug 6 1997 * *------------------------------------------------------------------------- @@ -127,7 +126,6 @@ done: * Return: Non-negative on success/Negative on failure * * Programmer: Robb Matzke - * matzke@llnl.gov * Aug 7 1997 * *------------------------------------------------------------------------- @@ -166,7 +164,6 @@ H5O__cont_encode(H5F_t *f, hbool_t H5_ATTR_UNUSED disable_shared, uint8_t *p, co * Failure: zero * * Programmer: Quincey Koziol - * koziol@ncsa.uiuc.edu * Sep 6 2005 * *------------------------------------------------------------------------- @@ -253,7 +250,6 @@ done: * Return: Non-negative on success/Negative on failure * * Programmer: Robb Matzke - * matzke@llnl.gov * Aug 6 1997 * *------------------------------------------------------------------------- |