Skip to content

Commit 2f7f43e

Browse files
committed
astyle formatting
1 parent 39f9bc7 commit 2f7f43e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/testio.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4822,11 +4822,11 @@ class TestIO : public TestFixture {
48224822
}
48234823

48244824
void testStdDistance() { // #10304
4825-
check("void foo(const std::vector<int>& IO, const int* pio) {\n"
4826-
"const auto Idx = std::distance(&IO.front(), pio);\n"
4827-
"printf(\"Idx = %td\", Idx);\n"
4828-
"}", /*inconclusive*/ false, /*portability*/ true);
4829-
ASSERT_EQUALS("", errout.str());
4825+
check("void foo(const std::vector<int>& IO, const int* pio) {\n"
4826+
"const auto Idx = std::distance(&IO.front(), pio);\n"
4827+
"printf(\"Idx = %td\", Idx);\n"
4828+
"}", /*inconclusive*/ false, /*portability*/ true);
4829+
ASSERT_EQUALS("", errout.str());
48304830
}
48314831
};
48324832

0 commit comments

Comments
 (0)