Skip to content

Commit 3301728

Browse files
committed
astyle formatting
1 parent 7902cd0 commit 3301728

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testunusedvar.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,7 +3616,7 @@ class TestUnusedVar : public TestFixture {
36163616
}
36173617

36183618
void localvarUnusedGoto() {
3619-
// #4447
3619+
// #4447
36203620
functionVariableUsage("bool f(const int &i) {\n"
36213621
" int X = i;\n"
36223622
"label:\n"
@@ -3632,7 +3632,7 @@ class TestUnusedVar : public TestFixture {
36323632
"}\n");
36333633
ASSERT_EQUALS("", errout.str());
36343634

3635-
// #4558
3635+
// #4558
36363636
functionVariableUsage("int f() {\n"
36373637
" int i,j=0;\n"
36383638
" start:\n"

0 commit comments

Comments
 (0)