From 8b771230a4a10f7707d6b289532d13262a76e37e Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 4 Apr 2024 17:56:59 +0200 Subject: [PATCH] clang-format fixes --- cpp/test/IceSSL/configuration/AllTests.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp index b22a53894c0..7ccd8e0fc53 100644 --- a/cpp/test/IceSSL/configuration/AllTests.cpp +++ b/cpp/test/IceSSL/configuration/AllTests.cpp @@ -3286,8 +3286,7 @@ allTests(Test::TestHelper* helper, const string& /*testDir*/, bool p12) "SUBJECTKEYID:'EB 4A 7A 79 09 65 0F 45 40 E8 8C E6 A8 27 74 34 AB EA AF 48'", "SERIAL:01", "SERIAL:01 LABEL:Server", - 0 - }; + 0}; const char* failFindCertProperties[] = { "nolabel", @@ -3301,8 +3300,7 @@ allTests(Test::TestHelper* helper, const string& /*testDir*/, bool p12) "SUBJECTKEYID:'a6 42 aa 17 04 41 86 56 67 e4 04 64 59 34 30 c7 4c 6b ef ff'", "SERIAL:04", "SERIAL:04 LABEL:Client", - 0 - }; + 0}; const char* certificates[] = {"/s_rsa_ca1.p12", "/c_rsa_ca1.p12", 0}; ImportCerts import(defaultDir, certificates);