summaryrefslogtreecommitdiffstats
path: root/test/objcopy_ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/objcopy_ref.c')
-rw-r--r--test/objcopy_ref.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/objcopy_ref.c b/test/objcopy_ref.c
index ef20cb4..bee722a 100644
--- a/test/objcopy_ref.c
+++ b/test/objcopy_ref.c
@@ -571,8 +571,8 @@ compare_attribute(hid_t aid, hid_t aid2, hid_t pid, const void *wbuf, hid_t obj_
H5A_info_t ainfo; /* Attribute info */
H5A_info_t ainfo2; /* Attribute info */
hssize_t nelmts; /* # of elements in dataspace */
- void * rbuf = NULL; /* Buffer for reading raw data */
- void * rbuf2 = NULL; /* Buffer for reading raw data */
+ void *rbuf = NULL; /* Buffer for reading raw data */
+ void *rbuf2 = NULL; /* Buffer for reading raw data */
/* Check the character sets are equal */
if (H5Aget_info(aid, &ainfo) < 0)
@@ -1070,8 +1070,8 @@ compare_datasets(hid_t did, hid_t did2, hid_t pid, const void *wbuf)
htri_t is_committed2; /* If the datatype is committed */
int nfilters; /* Number of filters applied to dataset */
hssize_t nelmts; /* # of elements in dataspace */
- void * rbuf = NULL; /* Buffer for reading raw data */
- void * rbuf2 = NULL; /* Buffer for reading raw data */
+ void *rbuf = NULL; /* Buffer for reading raw data */
+ void *rbuf2 = NULL; /* Buffer for reading raw data */
H5D_space_status_t space_status; /* Dataset's raw dataspace status */
H5D_space_status_t space_status2; /* Dataset's raw dataspace status */