summaryrefslogtreecommitdiffstats
path: root/src/H5FS.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-11 13:03:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-11 13:03:13 (GMT)
commit445fec27e1ce7840ddfde975fa822678a507bb20 (patch)
tree79a51e4747ba60b414910732b427f7b5b740786a /src/H5FS.c
parent5aa72127e6577068d848219f1c3feabf62a0cc1d (diff)
downloadhdf5-445fec27e1ce7840ddfde975fa822678a507bb20.zip
hdf5-445fec27e1ce7840ddfde975fa822678a507bb20.tar.gz
hdf5-445fec27e1ce7840ddfde975fa822678a507bb20.tar.bz2
[svn-r17320] Description:
Bring r17319 from trunk to 1.8 branch: Bring more superblock manipulation & aggregator changes from file free space branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committest performed on trunk)
Diffstat (limited to 'src/H5FS.c')
-rw-r--r--src/H5FS.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FS.c b/src/H5FS.c
index 4282200..deb9378 100644
--- a/src/H5FS.c
+++ b/src/H5FS.c
@@ -386,9 +386,9 @@ HDfprintf(stderr, "%s: Real sections to store in file\n", FUNC);
HGOTO_ERROR(H5E_FSPACE, H5E_CANTMARKDIRTY, FAIL, "unable to mark free space header as dirty")
} /* end if */
} /* end if */
- else
- /* Sanity check that section info has address */
- HDassert(H5F_addr_defined(fspace->sect_addr));
+ else
+ /* Sanity check that section info has address */
+ HDassert(H5F_addr_defined(fspace->sect_addr));
/* Cache the free space section info */
if(H5AC_set(f, dxpl_id, H5AC_FSPACE_SINFO, fspace->sect_addr, fspace->sinfo, H5AC__NO_FLAGS_SET) < 0)