diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-11-17 14:33:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-11-17 14:33:31 (GMT) |
commit | 153725d4baa495d3e02bf05cedf2720d9cc906d4 (patch) | |
tree | c60d8e232e1154ec589f15c1df3ad0ffd4fa7335 | |
parent | b678f28f717a22d76e63c989a68f738d2cca975e (diff) | |
download | hdf5-153725d4baa495d3e02bf05cedf2720d9cc906d4.zip hdf5-153725d4baa495d3e02bf05cedf2720d9cc906d4.tar.gz hdf5-153725d4baa495d3e02bf05cedf2720d9cc906d4.tar.bz2 |
[svn-r25816] Description:
Minor formatting cleanup
-rw-r--r-- | src/H5Dint.c | 6 |
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++) { |