summaryrefslogtreecommitdiffstats
path: root/test/cmpd_dtransform.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmpd_dtransform.c')
-rw-r--r--test/cmpd_dtransform.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cmpd_dtransform.c b/test/cmpd_dtransform.c
index 0af24a9..6e38ec9 100644
--- a/test/cmpd_dtransform.c
+++ b/test/cmpd_dtransform.c
@@ -41,10 +41,10 @@ main(void)
hid_t att_attr_id = H5I_INVALID_HID;
hid_t dxpl_id = H5I_INVALID_HID;
const char *expr = "2*x";
- int * data = NULL;
- int * data_res = NULL;
- att_t * atts = NULL;
- att_t * atts_res = NULL;
+ int *data = NULL;
+ int *data_res = NULL;
+ att_t *atts = NULL;
+ att_t *atts_res = NULL;
/* Compound datatype */
if (NULL == (atts = HDmalloc(sizeof(att_t))))