summaryrefslogtreecommitdiffstats
path: root/src/H5Fistore.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/H5Fistore.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/H5Fistore.c')
-rw-r--r--src/H5Fistore.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/H5Fistore.c b/src/H5Fistore.c
index ccbc54f..c30a24f 100644
--- a/src/H5Fistore.c
+++ b/src/H5Fistore.c
@@ -442,9 +442,11 @@ H5F_istore_cmp3(H5F_t __unused__ *f, void *_lt_key, void *_udata,
* the domain represented by UDATA doesn't intersect the domain
* already represented by the B-tree.
*
- * Return: Non-negative on success (The address of leaf is returned through
- * the ADDR argument. It is also added to the UDATA.)
- * /Negative on failure
+ * Return: Success: Non-negative. The address of leaf is returned
+ * through the ADDR argument. It is also added
+ * to the UDATA.
+ *
+ * Failure: Negative
*
* Programmer: Robb Matzke
* Tuesday, October 14, 1997
@@ -532,8 +534,8 @@ H5F_istore_new_node(H5F_t *f, H5B_ins_t op,
* called with the maximum stored chunk indices less than the
* requested chunk indices.
*
- * Return: Non-negative on success (with information about the chunk returned
- * through the UDATA argument.) /Negative on failure
+ * Return: Non-negative on success with information about the chunk
+ * returned through the UDATA argument. Negative on failure.
*
* Programmer: Robb Matzke
* Thursday, October 9, 1997
@@ -1852,8 +1854,8 @@ H5F_istore_write(H5F_t *f, const H5D_xfer_t *xfer, const H5O_layout_t *layout,
* This function must be called before passing ISTORE to any of
* the other indexed storage functions!
*
- * Return: Non-negative on success (with the ISTORE argument initialized and
- * ready to write to an object header.) /Negative on failure
+ * Return: Non-negative on success (with the ISTORE argument initialized
+ * and ready to write to an object header). Negative on failure.
*
* Programmer: Robb Matzke
* Tuesday, October 21, 1997