Skip to content

Commit 2356714

Browse files
Committing clang-format changes
1 parent 2a32818 commit 2356714

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tools/libtest/h5tools_test_utils.c

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ test_populate_ros3_fa(void)
681681
H5FD_ros3_fapl_ext_t fa = {{bad_version, false, "a", "b", "c", "d"}, "e"};
682682
const char *values[] = {"y", "z",
683683
"somewhere over the rainbow not too high "
684-
"there is another rainbow bounding some darkened sky",
684+
"there is another rainbow bounding some darkened sky",
685685
"", ""};
686686

687687
if (show_progress) {
@@ -757,8 +757,7 @@ test_populate_ros3_fa(void)
757757
"Should you draw a diagram or figure of the problem? "
758758
"What are the boundaries of the problem? "
759759
"Can you separate the various parts of the problem?",
760-
"x",
761-
"z", "", ""};
760+
"x", "z", "", ""};
762761

763762
if (show_progress) {
764763
printf("id overflow\n");
@@ -886,7 +885,8 @@ test_populate_ros3_fa(void)
886885
*/
887886
{
888887
H5FD_ros3_fapl_ext_t fa = {{bad_version, false, "a", "b", "c", "d"}, "e"};
889-
const char *values[] = {"x", "Why is it necessary to solve the problem? "
888+
const char *values[] = {"x",
889+
"Why is it necessary to solve the problem? "
890890
"What benefits will you receive by solving the problem? "
891891
"What is the unknown? "
892892
"What is it you don't yet understand? "
@@ -896,8 +896,7 @@ test_populate_ros3_fa(void)
896896
"Should you draw a diagram or figure of the problem? "
897897
"What are the boundaries of the problem? "
898898
"Can you separate the various parts of the problem?",
899-
"y",
900-
"", ""};
899+
"y", "", ""};
901900

902901
if (show_progress) {
903902
printf("key overflow\n");
@@ -919,8 +918,8 @@ test_populate_ros3_fa(void)
919918
*/
920919
{
921920
H5FD_ros3_fapl_ext_t fa = {{0, 0, "", "", "", ""}, ""};
922-
const char *values[] = {"AKIAIMC3D3XLYXLN5COA",
923-
"ugs5aVVnLFCErO/8uW14iWE3K5AgXMpsMlWneO/+", "us-east-2", "", ""};
921+
const char *values[] = {"AKIAIMC3D3XLYXLN5COA", "ugs5aVVnLFCErO/8uW14iWE3K5AgXMpsMlWneO/+",
922+
"us-east-2", "", ""};
924923
JSVERIFY(SUCCEED, h5tools_populate_ros3_fapl(&fa, values), "unable to set use case")
925924
JSVERIFY(1, fa.fa.version, "version check")
926925
JSVERIFY(1, fa.fa.authenticate, "should authenticate")

0 commit comments

Comments
 (0)