summaryrefslogtreecommitdiffstats
path: root/test/mirror_vfd.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 /test/mirror_vfd.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 'test/mirror_vfd.c')
-rw-r--r--test/mirror_vfd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mirror_vfd.c b/test/mirror_vfd.c
index 34a4481..f1170f0 100644
--- a/test/mirror_vfd.c
+++ b/test/mirror_vfd.c
@@ -136,7 +136,7 @@ static void
mybzero(void *dest, size_t size)
{
size_t i = 0;
- char * s = NULL;
+ char *s = NULL;
HDassert(dest != NULL);
s = (char *)dest;
for (i = 0; i < size; i++) {
@@ -1919,7 +1919,7 @@ test_basic_dataset_write(const struct mt_opts *opts)
hid_t dspace_id = H5I_INVALID_HID;
hid_t dtype_id = H5T_NATIVE_INT;
hsize_t dims[2] = {DATABUFFER_SIZE, DATABUFFER_SIZE};
- int * buf = NULL;
+ int *buf = NULL;
int i = 0;
int j = 0;
@@ -2440,7 +2440,7 @@ test_concurrent_access(const struct mt_opts *opts)
hid_t dspace_id = H5I_INVALID_HID;
hid_t dtype_id = H5T_NATIVE_INT;
hsize_t dims[2] = {DATABUFFER_SIZE, DATABUFFER_SIZE};
- int * buf = NULL;
+ int *buf = NULL;
int i = 0;
int j = 0;