summaryrefslogtreecommitdiffstats
path: root/src/H5FAdbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FAdbg.c')
-rw-r--r--src/H5FAdbg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FAdbg.c b/src/H5FAdbg.c
index a69c078..9588787 100644
--- a/src/H5FAdbg.c
+++ b/src/H5FAdbg.c
@@ -85,7 +85,7 @@ H5FA__hdr_debug(H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth, co
{
/* Local variables */
H5FA_hdr_t *hdr = NULL; /* Shared fixed array header */
- void * dbg_ctx = NULL; /* Fixed array debugging context */
+ void *dbg_ctx = NULL; /* Fixed array debugging context */
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_PACKAGE
@@ -155,9 +155,9 @@ H5FA__dblock_debug(H5F_t *f, haddr_t addr, FILE *stream, int indent, int fwidth,
haddr_t hdr_addr, haddr_t obj_addr)
{
/* Local variables */
- H5FA_hdr_t * hdr = NULL; /* Shared fixed array header */
+ H5FA_hdr_t *hdr = NULL; /* Shared fixed array header */
H5FA_dblock_t *dblock = NULL; /* Fixed array data block */
- void * dbg_ctx = NULL; /* Fixed array context */
+ void *dbg_ctx = NULL; /* Fixed array context */
size_t u; /* Local index variable */
herr_t ret_value = SUCCEED; /* Return value */