summaryrefslogtreecommitdiffstats
path: root/test/accum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/accum.c')
-rw-r--r--test/accum.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/accum.c b/test/accum.c
index 45cabf7..f098021 100644
--- a/test/accum.c
+++ b/test/accum.c
@@ -89,7 +89,7 @@ main(void)
unsigned nerrors = 0; /* track errors */
hbool_t api_ctx_pushed = FALSE; /* Whether API context pushed */
hid_t fid = -1;
- H5F_t * f = NULL; /* File for all tests */
+ H5F_t *f = NULL; /* File for all tests */
/* Test Setup */
HDputs("Testing the metadata accumulator");
@@ -1934,8 +1934,8 @@ test_random_write(H5F_t *f)
{
uint8_t *wbuf, *rbuf; /* Buffers for reading & writing */
unsigned seed = 0; /* Random # seed */
- size_t * off; /* Offset of buffer segments to write */
- size_t * len; /* Size of buffer segments to write */
+ size_t *off; /* Offset of buffer segments to write */
+ size_t *len; /* Size of buffer segments to write */
size_t cur_off; /* Current offset */
size_t nsegments; /* Number of segments to write */
size_t swap; /* Position to swap with */
@@ -2088,12 +2088,12 @@ test_swmr_write_big(hbool_t newest_format)
hid_t fid = -1; /* File ID */
hid_t fapl = -1; /* File access property list */
- H5F_t * rf = NULL; /* File pointer */
+ H5F_t *rf = NULL; /* File pointer */
uint8_t *wbuf2 = NULL, *rbuf = NULL; /* Buffers for reading & writing */
uint8_t wbuf[1024]; /* Buffer for reading & writing */
unsigned u; /* Local index variable */
hbool_t process_success = FALSE;
- char * driver = NULL; /* VFD string (from env variable) */
+ char *driver = NULL; /* VFD string (from env variable) */
hbool_t api_ctx_pushed = FALSE; /* Whether API context pushed */
if (newest_format)