Skip to content

Commit 9d9a9c7

Browse files
committed
Format
1 parent df2a720 commit 9d9a9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/testcondition.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4608,7 +4608,7 @@ class TestCondition : public TestFixture {
46084608
"}\n");
46094609
ASSERT_EQUALS("[test.cpp:4]: (style) Condition 'q' is always true\n", errout_str());
46104610

4611-
check("void f(int i) {\n"
4611+
check("void f(int i) {\n"
46124612
" int j = 0;\n"
46134613
" switch (i) {\n"
46144614
" case 1:\n"

0 commit comments

Comments
 (0)