summaryrefslogtreecommitdiffstats
path: root/test/th5s.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/th5s.c
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
Diffstat (limited to 'test/th5s.c')
-rw-r--r--test/th5s.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/th5s.c b/test/th5s.c
index 1a6f56e..329f3cf 100644
--- a/test/th5s.c
+++ b/test/th5s.c
@@ -1597,7 +1597,7 @@ static herr_t
test_h5s_check_encoding(hid_t in_fapl, hid_t in_sid, uint32_t expected_version, uint8_t expected_enc_size,
hbool_t expected_to_fail)
{
- char * buf = NULL; /* Pointer to the encoded buffer */
+ char *buf = NULL; /* Pointer to the encoded buffer */
size_t buf_size; /* Size of the encoded buffer */
hid_t d_sid = -1; /* The decoded dataspace ID */
htri_t check;
@@ -2496,9 +2496,9 @@ test_h5s_chunk(void)
hsize_t dims[2];
hsize_t csize[2];
double **chunk_data_dbl = NULL;
- double * chunk_data_dbl_data = NULL;
- float ** chunk_data_flt = NULL;
- float * chunk_data_flt_data = NULL;
+ double *chunk_data_dbl_data = NULL;
+ float **chunk_data_flt = NULL;
+ float *chunk_data_flt_data = NULL;
int i, j;
/* Allocate memory */
@@ -3287,7 +3287,7 @@ test_versionbounds(void)
hid_t dset_space = -1; /* Retrieved dataset's dataspace ID */
hsize_t dim[1]; /* Dataset dimensions */
H5F_libver_t low, high; /* File format bounds */
- H5S_t * spacep = NULL; /* Pointer to internal dataspace */
+ H5S_t *spacep = NULL; /* Pointer to internal dataspace */
herr_t ret = 0; /* Generic return value */
/* Output message about test being performed */