summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
diff options
context:
space:
mode:
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 */