summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.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/cache_tagging.c
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
Diffstat (limited to 'test/cache_tagging.c')
-rw-r--r--test/cache_tagging.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/cache_tagging.c b/test/cache_tagging.c
index b01fc34..5da7cb0 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -1789,7 +1789,7 @@ check_attribute_rename_tags(hid_t fcpl, int type)
#ifndef NDEBUG
int verbose = FALSE; /* verbose file output */
#endif /* NDEBUG */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
int i, j, k = 0; /* iterators */
hid_t fapl = -1; /* File access prop list */
haddr_t root_tag = 0;
@@ -2002,7 +2002,7 @@ check_attribute_delete_tags(hid_t fcpl, int type)
#ifndef NDEBUG
int verbose = FALSE; /* verbose file output */
#endif /* NDEBUG */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
int i, j, k = 0; /* iterators */
hid_t fapl = -1; /* File access prop list */
haddr_t root_tag = 0;
@@ -2680,7 +2680,7 @@ check_dataset_write_tags(void)
hsize_t dims1[2] = {DIMS, DIMS}; /* dimensions */
hsize_t maxdims[2] = {H5S_UNLIMITED, H5S_UNLIMITED}; /* dimensions */
int i, j, k = 0; /* iterators */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
/* Testing Macro */
TESTING("tag application during dataset write");
@@ -2838,7 +2838,7 @@ check_attribute_write_tags(hid_t fcpl, int type)
#ifndef NDEBUG
int verbose = FALSE; /* verbose file output */
#endif /* NDEBUG */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
int i, j, k = 0; /* iterators */
hid_t fapl = -1; /* File access prop list */
haddr_t root_tag = 0;
@@ -3033,7 +3033,7 @@ check_dataset_read_tags(void)
hsize_t dims1[2] = {DIMS, DIMS}; /* dimensions */
hsize_t maxdims[2] = {H5S_UNLIMITED, H5S_UNLIMITED}; /* dimensions */
int i, j, k = 0; /* iterators */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
/* Testing Macro */
TESTING("tag application during dataset read");
@@ -3195,7 +3195,7 @@ check_dataset_size_retrieval(void)
hsize_t dims1[2] = {DIMS, DIMS}; /* dimensions */
hsize_t maxdims[2] = {H5S_UNLIMITED, H5S_UNLIMITED}; /* dimensions */
int i, j, k = 0; /* iterators */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
hsize_t dsize = 0;
/* Testing Macro */
@@ -3359,7 +3359,7 @@ check_dataset_extend_tags(void)
hsize_t dims1[2] = {DIMS, DIMS}; /* dimensions */
hsize_t maxdims[2] = {H5S_UNLIMITED, H5S_UNLIMITED}; /* dimensions */
int i, j, k = 0; /* iterators */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
hsize_t newdims[2] = {DIMS * 2, DIMS}; /* dimensions */
/* Testing Macro */
@@ -3807,7 +3807,7 @@ check_link_removal_tags(hid_t fcpl, int type)
hsize_t dims1[2] = {DIMS, DIMS}; /* dimensions */
hsize_t maxdims[2] = {H5S_UNLIMITED, H5S_UNLIMITED}; /* dimensions */
int i, j, k = 0; /* iterators */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
/* Testing Macro */
TESTING("tag application during link removal");
@@ -3996,7 +3996,7 @@ check_link_getname_tags(void)
hsize_t dims1[2] = {DIMS, DIMS}; /* dimensions */
hsize_t maxdims[2] = {H5S_UNLIMITED, H5S_UNLIMITED}; /* dimensions */
int i, j, k = 0; /* iterators */
- int * data = NULL; /* data buffer */
+ int *data = NULL; /* data buffer */
/* Testing Macro */
TESTING("tag application during link name retrieval");
@@ -4456,7 +4456,7 @@ check_invalid_tag_application(void)
{
#if H5C_DO_TAGGING_SANITY_CHECKS
/* Variables */
- H5F_t * f = NULL;
+ H5F_t *f = NULL;
hid_t fid = -1;
haddr_t addr;
H5HL_t *lheap = NULL;