summaryrefslogtreecommitdiffstats
path: root/test/tid.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/tid.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/tid.c')
-rw-r--r--test/tid.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/tid.c b/test/tid.c
index c7e40a0..d8b2d45 100644
--- a/test/tid.c
+++ b/test/tid.c
@@ -32,8 +32,8 @@ basic_id_test(void)
{
H5I_type_t myType = H5I_BADID;
hid_t arrayID = H5I_INVALID_HID;
- void * testObj = NULL;
- void * testPtr = NULL;
+ void *testObj = NULL;
+ void *testPtr = NULL;
char nameString[10];
hid_t testID;
ssize_t testSize = -1;
@@ -254,10 +254,10 @@ test_search_func(void H5_ATTR_UNUSED *ptr1, hid_t H5_ATTR_UNUSED id, void H5_ATT
static int
id_predefined_test(void)
{
- void * testObj;
+ void *testObj;
hid_t testID;
hid_t typeID = H5I_INVALID_HID;
- void * testPtr;
+ void *testPtr;
herr_t testErr;
testObj = HDmalloc(sizeof(int));
@@ -691,7 +691,7 @@ test_remove_clear_type(void)
{
H5I_type_t obj_type;
rct_obj_list_t obj_list;
- rct_obj_t * objects = NULL; /* Convenience pointer to objects stored in master list */
+ rct_obj_t *objects = NULL; /* Convenience pointer to objects stored in master list */
size_t list_size;
long i, j;
herr_t ret; /* return value */