summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index 3280511..acc05f0 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -264,7 +264,7 @@ typedef struct test_entry_t {
* sanity checking.
*/
test_entry_action_t action; /* Action being performed on a test entry */
- H5F_t * file_ptr; /* pointer to the file in which the
+ H5F_t *file_ptr; /* pointer to the file in which the
* entry resides, or NULL if the entry
* is not in a file.
*/
@@ -393,7 +393,7 @@ typedef struct test_entry_t {
unsigned flush_dep_npar; /* Number of flush dependency parents */
unsigned flush_dep_nchd; /* Number of flush dependency children */
unsigned
- flush_dep_ndirty_chd; /* Number of dirty flush dependency children (including grandchildren, etc.) */
+ flush_dep_ndirty_chd; /* Number of dirty flush dependency children (including grandchildren, etc.) */
hbool_t pinned_from_client; /* entry was pinned by client call */
hbool_t pinned_from_cache; /* entry was pinned by cache internally */
unsigned flush_order; /* Order that entry was flushed in */