summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 04:53:17 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 04:53:17 (GMT)
commit65348454e24fdd8e5656bd3680edd7a3c1273706 (patch)
treeff330da7a2e1821a54887adbbdf6eb655718f555 /test
parent91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f (diff)
downloadhdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.zip
hdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.tar.gz
hdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test')
-rw-r--r--test/s3comms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/s3comms.c b/test/s3comms.c
index 03b8ce6..d69d855 100644
--- a/test/s3comms.c
+++ b/test/s3comms.c
@@ -1143,7 +1143,7 @@ test_hrb_node_set(void)
*********/
for (mock_i = 0; test->given[mock_i] != NULL; mock_i += 2) {
- const char *name = test->given[mock_i];
+ const char *name = test->given[mock_i];
const char *value = test->given[mock_i + 1];
FAIL_IF(SUCCEED != H5FD_s3comms_hrb_node_set(&list, name, value))
@@ -1162,7 +1162,7 @@ test_hrb_node_set(void)
node = list;
mock_i = 0;
while (test->expected[mock_i] != NULL && node != NULL) {
- const char *name = test->expected[mock_i];
+ const char *name = test->expected[mock_i];
const char *value = test->expected[mock_i + 1];
JSVERIFY_STR(name, node->name, NULL)