summaryrefslogtreecommitdiffstats
path: root/src/H5FAhdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FAhdr.c')
-rw-r--r--src/H5FAhdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FAhdr.c b/src/H5FAhdr.c
index aeb3fb1..e1b3983 100644
--- a/src/H5FAhdr.c
+++ b/src/H5FAhdr.c
@@ -427,9 +427,9 @@ done:
H5FA_hdr_t *
H5FA__hdr_protect(H5F_t *f, haddr_t fa_addr, void *ctx_udata, unsigned flags)
{
- H5FA_hdr_t * hdr; /* Fixed array header */
+ H5FA_hdr_t *hdr; /* Fixed array header */
H5FA_hdr_cache_ud_t udata; /* User data for cache callbacks */
- H5FA_hdr_t * ret_value = NULL;
+ H5FA_hdr_t *ret_value = NULL;
FUNC_ENTER_PACKAGE