From 2f7f43e1f293c40ead2ff9d124d7e4bb67ce7b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 24 Jun 2021 23:19:59 +0200 Subject: [PATCH] astyle formatting --- test/testio.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/testio.cpp b/test/testio.cpp index d37bfad54..bd073108d 100644 --- a/test/testio.cpp +++ b/test/testio.cpp @@ -4822,11 +4822,11 @@ private: } void testStdDistance() { // #10304 - check("void foo(const std::vector& IO, const int* pio) {\n" - "const auto Idx = std::distance(&IO.front(), pio);\n" - "printf(\"Idx = %td\", Idx);\n" - "}", /*inconclusive*/ false, /*portability*/ true); - ASSERT_EQUALS("", errout.str()); + check("void foo(const std::vector& IO, const int* pio) {\n" + "const auto Idx = std::distance(&IO.front(), pio);\n" + "printf(\"Idx = %td\", Idx);\n" + "}", /*inconclusive*/ false, /*portability*/ true); + ASSERT_EQUALS("", errout.str()); } };