summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-01-14 04:30:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-01-14 04:30:50 (GMT)
commit06547eb4dd55c637f6c9ceaef75fadeff38bc5e2 (patch)
tree63297ddce86a31e3a59298b5345284771cea443e /src/H5Cpkg.h
parent5dbc03ac86cb05730467eb0cad4bf3fb51a74ae4 (diff)
downloadhdf5-06547eb4dd55c637f6c9ceaef75fadeff38bc5e2.zip
hdf5-06547eb4dd55c637f6c9ceaef75fadeff38bc5e2.tar.gz
hdf5-06547eb4dd55c637f6c9ceaef75fadeff38bc5e2.tar.bz2
[svn-r28895] Description:
Minor code tweaks and cleanups during review. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5comittest not required on this branch)
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index 33d4abc..2f4d137 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -999,7 +999,7 @@ if ( ( (cache_ptr) == NULL ) || \
}
#define H5C__PRE_HT_ENTRY_SIZE_CHANGE_SC(cache_ptr, old_size, new_size, \
- entry_ptr, was_clean) \
+ entry_ptr, was_clean) \
if ( ( (cache_ptr) == NULL ) || \
( (cache_ptr)->index_len <= 0 ) || \
( (cache_ptr)->index_size <= 0 ) || \
@@ -1242,7 +1242,7 @@ if ( ( (cache_ptr)->index_size != \
H5C__POST_HT_REMOVE_SC(cache_ptr, entry_ptr) \
}
-#define H5C__SEARCH_INDEX(cache_ptr, Addr, entry_ptr, fail_val) \
+#define H5C__SEARCH_INDEX(cache_ptr, Addr, entry_ptr, fail_val) \
{ \
int k; \
int depth = 0; \