summaryrefslogtreecommitdiffstats
path: root/test/mirror_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mirror_vfd.c')
-rw-r--r--test/mirror_vfd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mirror_vfd.c b/test/mirror_vfd.c
index 7047146..1a224c4 100644
--- a/test/mirror_vfd.c
+++ b/test/mirror_vfd.c
@@ -116,7 +116,7 @@ static void
mybzero(void *dest, size_t size)
{
size_t i = 0;
- char * s = NULL;
+ char *s = NULL;
HDassert(dest != NULL);
s = (char *)dest;
for (i = 0; i < size; i++) {
@@ -1898,7 +1898,7 @@ test_basic_dataset_write(void)
hid_t dspace_id = H5I_INVALID_HID;
hid_t dtype_id = H5T_NATIVE_INT;
hsize_t dims[2] = {DATABUFFER_SIZE, DATABUFFER_SIZE};
- int * buf = NULL;
+ int *buf = NULL;
int i = 0;
int j = 0;
@@ -2430,7 +2430,7 @@ test_concurrent_access(void)
hid_t dspace_id = H5I_INVALID_HID;
hid_t dtype_id = H5T_NATIVE_INT;
hsize_t dims[2] = {DATABUFFER_SIZE, DATABUFFER_SIZE};
- int * buf = NULL;
+ int *buf = NULL;
int i = 0;
int j = 0;