summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-11-17 14:33:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-11-17 14:33:31 (GMT)
commit153725d4baa495d3e02bf05cedf2720d9cc906d4 (patch)
treec60d8e232e1154ec589f15c1df3ad0ffd4fa7335 /src
parentb678f28f717a22d76e63c989a68f738d2cca975e (diff)
downloadhdf5-153725d4baa495d3e02bf05cedf2720d9cc906d4.zip
hdf5-153725d4baa495d3e02bf05cedf2720d9cc906d4.tar.gz
hdf5-153725d4baa495d3e02bf05cedf2720d9cc906d4.tar.bz2
[svn-r25816] Description:
Minor formatting cleanup
Diffstat (limited to 'src')
-rw-r--r--src/H5Dint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index 2f8fe76..d314653 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -2308,9 +2308,9 @@ H5D__set_extent(H5D_t *dset, const hsize_t *size, hid_t dxpl_id)
/* Don't bother updating things, unless they've changed */
if(changed) {
- hbool_t shrink = FALSE; /* Flag to indicate a dimension has shrank */
- hbool_t expand = FALSE; /* Flag to indicate a dimension has grown */
- unsigned u; /* Local index variable */
+ hbool_t shrink = FALSE; /* Flag to indicate a dimension has shrank */
+ hbool_t expand = FALSE; /* Flag to indicate a dimension has grown */
+ unsigned u; /* Local index variable */
/* Determine if we are shrinking and/or expanding any dimensions */
for(u = 0; u < (unsigned)rank; u++) {