mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
Removed white space
This commit is contained in:
parent
073e0b1f03
commit
fe916ada37
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user