summaryrefslogtreecommitdiffstats
path: root/src/H5EAhdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5EAhdr.c')
-rw-r--r--src/H5EAhdr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5EAhdr.c b/src/H5EAhdr.c
index 2c68949..daf4d6e 100644
--- a/src/H5EAhdr.c
+++ b/src/H5EAhdr.c
@@ -241,9 +241,9 @@ done:
void *
H5EA__hdr_alloc_elmts(H5EA_hdr_t *hdr, size_t nelmts)
{
- void * elmts = NULL; /* Element buffer allocated */
+ void *elmts = NULL; /* Element buffer allocated */
unsigned idx; /* Index of element buffer factory in header */
- void * ret_value = NULL;
+ void *ret_value = NULL;
FUNC_ENTER_PACKAGE
@@ -641,9 +641,9 @@ done:
H5EA_hdr_t *
H5EA__hdr_protect(H5F_t *f, haddr_t ea_addr, void *ctx_udata, unsigned flags)
{
- H5EA_hdr_t * hdr; /* Extensible array header */
+ H5EA_hdr_t *hdr; /* Extensible array header */
H5EA_hdr_cache_ud_t udata; /* User data for cache callbacks */
- H5EA_hdr_t * ret_value = NULL;
+ H5EA_hdr_t *ret_value = NULL;
FUNC_ENTER_PACKAGE