summaryrefslogtreecommitdiffstats
path: root/src/H5Flow.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-27 03:56:31 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-27 03:56:31 (GMT)
commit1203b1652882a33781ae501dc004f9adb3bef37a (patch)
treeddf1e4d7fc82d8ee10a27d6f63726d1ff25d8ddc /src/H5Flow.c
parentcd6234d0a02325bc45036b958077e008c4a70fc2 (diff)
downloadhdf5-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/H5Flow.c')
-rw-r--r--src/H5Flow.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c
index cad16a6..01d2884 100644
--- a/src/H5Flow.c
+++ b/src/H5Flow.c
@@ -510,9 +510,12 @@ H5F_low_access(const H5F_low_class_t *type, const char *name,
* end of file marker. A subclass can override this function by
* providing its own allocation method.
*
- * Return: Non-negative on success (the address of the old end-of-file is
- * returned through the ADDR argument and the logical size of the
- * file has been extended by SIZE bytes.) /Negative on failure
+ * Return: Success: Non-negative. The address of the old
+ * end-of-file is returned through the ADDR
+ * argument and the logical size of the file has
+ * been extended by SIZE bytes.
+ *
+ * Failure: Negative.
*
* Programmer: Robb Matzke
* Thursday, November 13, 1997