summaryrefslogtreecommitdiffstats
path: root/test/tunicode.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-26 21:45:46 (GMT)
committerGitHub <noreply@github.com>2022-07-26 21:45:46 (GMT)
commitae414872f50187e64cbd6cc8f076c22cf5df2d53 (patch)
treeb616f33f5daa89f213e7c64e04c63afde906e939 /test/tunicode.c
parent213eac2588369f75a11df6bb1788dde33c4b82e2 (diff)
downloadhdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.zip
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.gz
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.bz2
Develop clang 13 format (#1933)
* Update format source to clang 13 * More format changes
Diffstat (limited to 'test/tunicode.c')
-rw-r--r--test/tunicode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tunicode.c b/test/tunicode.c
index 7d4dba6..06a31b4 100644
--- a/test/tunicode.c
+++ b/test/tunicode.c
@@ -317,7 +317,7 @@ test_vl_string(hid_t fid, const char *string)
hid_t type_id, space_id, dset_id;
hsize_t dims = 1;
hsize_t size; /* Number of bytes used */
- char * read_buf[1];
+ char *read_buf[1];
herr_t ret;
/* Create dataspace for datasets */
@@ -582,7 +582,7 @@ test_compound(hid_t fid, const char *string)
hid_t s1_tid, s2_tid;
hid_t space_id, dset_id;
hsize_t dim = 1;
- char * readbuf;
+ char *readbuf;
herr_t ret;
/* Initialize compound data */
@@ -698,7 +698,7 @@ void
test_opaque(hid_t H5_ATTR_UNUSED fid, const char *string)
{
hid_t type_id;
- char * read_buf;
+ char *read_buf;
herr_t ret;
/* Create an opaque type and give it a UTF-8 tag */