summaryrefslogtreecommitdiffstats
path: root/src/H5Dlayout.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-11-23 21:11:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-11-23 21:11:58 (GMT)
commit4b6469218705845cf83f0e65c5ba2ce8b194552a (patch)
treeeec7be99bc9ffbc95ed632eb2ebd99a51ecdb1d9 /src/H5Dlayout.c
parent81d693a1d3bc3cc4bf78bc2c1651209a8829b36c (diff)
downloadhdf5-4b6469218705845cf83f0e65c5ba2ce8b194552a.zip
hdf5-4b6469218705845cf83f0e65c5ba2ce8b194552a.tar.gz
hdf5-4b6469218705845cf83f0e65c5ba2ce8b194552a.tar.bz2
[svn-r28454] Description:
Warning & code style cleanups, along with normalizations against trunk. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'src/H5Dlayout.c')
-rw-r--r--src/H5Dlayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dlayout.c b/src/H5Dlayout.c
index 5a0e26b..beccdd7 100644
--- a/src/H5Dlayout.c
+++ b/src/H5Dlayout.c
@@ -548,6 +548,7 @@ H5D__layout_oh_create(H5F_t *file, hid_t dxpl_id, H5O_t *oh, H5D_t *dset,
/* (Note: this is relying on H5D_alloc_storage not calling H5O_msg_write during dataset creation) */
if(H5O_msg_append_oh(file, dxpl_id, oh, H5O_LAYOUT_ID, ((fill_prop->alloc_time == H5D_ALLOC_TIME_EARLY && H5D_COMPACT != layout->type && !dset->shared->dcpl_cache.pline.nused) ? H5O_MSG_FLAG_CONSTANT : 0), 0, layout) < 0)
HGOTO_ERROR(H5E_DATASET, H5E_CANTINIT, FAIL, "unable to update layout")
+
done:
/* Error cleanup */
if(ret_value < 0)