diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-27 03:56:31 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-27 03:56:31 (GMT) |
commit | 1203b1652882a33781ae501dc004f9adb3bef37a (patch) | |
tree | ddf1e4d7fc82d8ee10a27d6f63726d1ff25d8ddc /src/H5.c | |
parent | cd6234d0a02325bc45036b958077e008c4a70fc2 (diff) | |
download | hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.zip hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.tar.gz hdf5-1203b1652882a33781ae501dc004f9adb3bef37a.tar.bz2 |
[svn-r802] Misc. white space adjustments here and there, mostly in comments.
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -417,8 +417,7 @@ H5_debug_mask(const char *s) * printf("%u.%u.%u", maj, min, rel) or * printf("version %u.%u release %u", maj, min, rel) * - * Return: - * Non-negative on success/Negative on failure + * Return: Non-negative on success/Negative on failure * * Programmer: Unknown * @@ -495,8 +494,7 @@ H5check_version (unsigned majnum, unsigned minnum, unsigned relnum) * is failing inexplicably, then try calling this function * first. * - * Return: - * Non-negative on success/Negative on failure + * Return: Non-negative on success/Negative on failure * * Programmer: Robb Matzke * Tuesday, December 9, 1997 @@ -519,8 +517,7 @@ H5open(void) * * Purpose: Terminate the library and release all resources. * - * Return: - * Non-negative on success/Negative on failure + * Return: Non-negative on success/Negative on failure * * Programmer: Robb Matzke * Friday, January 30, 1998 |