summaryrefslogtreecommitdiffstats
path: root/testpar/t_bigio.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-29 13:36:40 (GMT)
committerGitHub <noreply@github.com>2022-07-29 13:36:40 (GMT)
commit40fc2cca16cd562954d3b724fa56badb3b9da72b (patch)
tree536b4bb51328af98ead7dfa1951f36b47f9b752a /testpar/t_bigio.c
parentc63dfb0fd3345ecb33014612f94d3959f147be03 (diff)
downloadhdf5-40fc2cca16cd562954d3b724fa56badb3b9da72b.zip
hdf5-40fc2cca16cd562954d3b724fa56badb3b9da72b.tar.gz
hdf5-40fc2cca16cd562954d3b724fa56badb3b9da72b.tar.bz2
1.10 clang 13 format #1933 (#1940)
* clang 13 format #1933 * Correct workflow
Diffstat (limited to 'testpar/t_bigio.c')
-rw-r--r--testpar/t_bigio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testpar/t_bigio.c b/testpar/t_bigio.c
index 2fbe1ac..692f6e9 100644
--- a/testpar/t_bigio.c
+++ b/testpar/t_bigio.c
@@ -467,7 +467,7 @@ dataset_big_write(void)
hsize_t start[RANK]; /* for hyperslab setting */
hsize_t count[RANK], stride[RANK]; /* for hyperslab setting */
hsize_t block[RANK]; /* for hyperslab setting */
- hsize_t * coords = NULL;
+ hsize_t *coords = NULL;
herr_t ret; /* Generic return value */
hid_t fid; /* HDF5 file ID */
hid_t acc_tpl; /* File access templates */
@@ -776,7 +776,7 @@ dataset_big_read(void)
hsize_t count[RANK], stride[RANK]; /* for hyperslab setting */
hsize_t block[RANK]; /* for hyperslab setting */
size_t num_points;
- hsize_t * coords = NULL;
+ hsize_t *coords = NULL;
herr_t ret; /* Generic return value */
/* allocate memory for data buffer */
@@ -1338,8 +1338,8 @@ coll_chunktest(const char *filename, int chunk_factor, int select_factor, int ap
hid_t acc_plist, xfer_plist, crp_plist;
hsize_t dims[RANK], chunk_dims[RANK];
- int * data_array1 = NULL;
- int * data_origin1 = NULL;
+ int *data_array1 = NULL;
+ int *data_origin1 = NULL;
hsize_t start[RANK], count[RANK], stride[RANK], block[RANK];