summaryrefslogtreecommitdiffstats
path: root/test/ros3.c
diff options
context:
space:
mode:
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 a340985..2bfca96 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");