summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 489a2d1..467c5d1 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -1153,8 +1153,6 @@ typedef enum {
*
***************************************************************************/
-
-
/* Actions that can be reported to 'notify' client callback */
typedef enum H5C_notify_action_t {
H5C_NOTIFY_ACTION_AFTER_INSERT, /* Entry has been added to the cache
@@ -1701,7 +1699,7 @@ typedef struct H5C_cache_entry_t {
hbool_t image_up_to_date;
const H5C_class_t * type;
haddr_t tag;
- int globality;
+ int globality;
hbool_t is_corked;
hbool_t is_dirty;
hbool_t dirtied;