summaryrefslogtreecommitdiffstats
path: root/test/cmpd_dtransform.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-27 17:28:11 (GMT)
committerGitHub <noreply@github.com>2022-07-27 17:28:11 (GMT)
commita0a1959c58973095194f2d9ac5f9b13bb7b14fb4 (patch)
tree3f36cbd14d9ede9f00c4c26affb9ecab5d1a860f /test/cmpd_dtransform.c
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
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 76ff287..7d85ce1 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))))