summaryrefslogtreecommitdiffstats
path: root/test/ros3.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/ros3.c
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
Diffstat (limited to 'test/ros3.c')
-rw-r--r--test/ros3.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ros3.c b/test/ros3.c
index 1f56d70..1248b6f 100644
--- a/test/ros3.c
+++ b/test/ros3.c
@@ -442,7 +442,7 @@ test_fapl_config_validation(void)
*************************/
struct testcase {
- const char * msg;
+ const char *msg;
herr_t expected;
H5FD_ros3_fapl_t config;
};
@@ -830,7 +830,7 @@ test_vfd_open(void)
0,
},
};
- H5FD_t * fd = NULL;
+ H5FD_t *fd = NULL;
hbool_t curl_ready = FALSE;
hid_t fapl_id = -1;
hid_t fapl_file_access = -1;
@@ -1088,7 +1088,7 @@ test_H5FDread_without_eoa_set_fails(void)
{
char buffer[256];
unsigned int i = 0;
- H5FD_t * file_shakespeare = NULL;
+ H5FD_t *file_shakespeare = NULL;
hid_t fapl_id = -1;
TESTING("ROS3 VFD read-eoa temporal coupling library limitation ");
@@ -1262,7 +1262,7 @@ test_read(void)
herr_t open_return = FAIL;
char buffer[S3_TEST_MAX_URL_SIZE];
unsigned int i = 0;
- H5FD_t * file_raven = NULL;
+ H5FD_t *file_raven = NULL;
hid_t fapl_id = -1;
TESTING("ROS3 VFD read/range-gets");
@@ -1406,7 +1406,7 @@ test_noops_and_autofails(void)
hbool_t curl_ready = FALSE;
hid_t fapl_id = -1;
- H5FD_t * file = NULL;
+ H5FD_t *file = NULL;
const char data[36] = "The Force shall be with you, always";
TESTING("ROS3 VFD always-fail and no-op routines");