summaryrefslogtreecommitdiffstats
path: root/src/H5Bprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Bprivate.h')
-rw-r--r--src/H5Bprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Bprivate.h b/src/H5Bprivate.h
index 2203ebd..b3311f0 100644
--- a/src/H5Bprivate.h
+++ b/src/H5Bprivate.h
@@ -90,9 +90,9 @@ typedef struct H5B_shared_t {
size_t sizeof_keys; /* Size of native (memory) key node */
size_t sizeof_addr; /* Size of file address (in bytes) */
size_t sizeof_len; /* Size of file lengths (in bytes) */
- uint8_t * page; /* Disk page */
- size_t * nkey; /* Offsets of each native key in native key buffer */
- void * udata; /* 'Local' info for a B-tree */
+ uint8_t *page; /* Disk page */
+ size_t *nkey; /* Offsets of each native key in native key buffer */
+ void *udata; /* 'Local' info for a B-tree */
} H5B_shared_t;
/*