summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-08 15:05:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-08 15:05:01 (GMT)
commita8e53d788448a10071799ded2c8d78dddbc53d63 (patch)
tree2812e4540720002a2bd4e326be406495d7e32f4d /src/H5Shyper.c
parentbd1e676c521d881b3143829f493a28b5ced1294b (diff)
downloadhdf5-a8e53d788448a10071799ded2c8d78dddbc53d63.zip
hdf5-a8e53d788448a10071799ded2c8d78dddbc53d63.tar.gz
hdf5-a8e53d788448a10071799ded2c8d78dddbc53d63.tar.bz2
[svn-r468] Fixed formatting problems and moved H5S_sel_iter_release calls above dataspace
release calls in H5D_read and H5D_write.
Diffstat (limited to 'src/H5Shyper.c')
-rw-r--r--src/H5Shyper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index 0ea8eb9..e777e6f 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -1114,7 +1114,8 @@ printf("%s: check 2.0\n",FUNC);
EXAMPLES
REVISION LOG
--------------------------------------------------------------------------*/
-static intn H5S_hyper_bsearch(hssize_t size, H5S_hyper_bound_t *barr, size_t count)
+static intn
+H5S_hyper_bsearch(hssize_t size, H5S_hyper_bound_t *barr, size_t count)
{
intn lo, mid, hi; /* Indices for the search */
intn ret_value=-1; /* Return value index */