From fe916ada370f33b48b3c39dbf9e3ff73df00fdb7 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 16 Jul 2018 22:10:50 -0500 Subject: Removed white space --- src/H5Shyper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/H5Shyper.c b/src/H5Shyper.c index e1587b9..7a6d1be 100644 --- a/src/H5Shyper.c +++ b/src/H5Shyper.c @@ -5903,7 +5903,8 @@ H5S__hyper_make_spans(unsigned rank, const hsize_t *start, const hsize_t *stride last_span = NULL; /* Generate all the span segments for this dimension */ - for(u = 0, stride_iter = 0; u < count[i]; u++, stride_iter += stride[i]) { + for(u = 0, stride_iter = 0; u < count[i]; u++, stride_iter += stride[i]) + { H5S_hyper_span_t *span; /* New hyperslab span */ /* Allocate a span node */ -- cgit v0.12