summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-05-15 02:33:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-05-15 02:33:43 (GMT)
commitb6980de2f0a772cd714b0f7175e42e552290cb8c (patch)
tree9bbd3f731c129a8188dc6955a0da5e145cd15ab7 /src/H5Dpkg.h
parentc889b0e69ae372063c29f5199b89e6ea45cc13d5 (diff)
downloadhdf5-b6980de2f0a772cd714b0f7175e42e552290cb8c.zip
hdf5-b6980de2f0a772cd714b0f7175e42e552290cb8c.tar.gz
hdf5-b6980de2f0a772cd714b0f7175e42e552290cb8c.tar.bz2
[svn-r27085] Description:
Bring r26195 from trunk to 1.8 branch (minus public API changes): Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple of minor whitespace touchups. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (tested on trunk for 2+ weeks)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 5a785a3..6128d7e 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -362,7 +362,7 @@ typedef struct H5D_chunk_map_t {
} H5D_chunk_map_t;
/* Cached information about a particular chunk */
-typedef struct H5D_chunk_cached_t{
+typedef struct H5D_chunk_cached_t {
hbool_t valid; /*whether cache info is valid*/
hsize_t offset[H5O_LAYOUT_NDIMS]; /*logical offset to start*/
uint32_t nbytes; /*size of stored data */