Skip to content

Commit

Permalink
astyle formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Mar 29, 2013
1 parent 7902cd0 commit 3301728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testunusedvar.cpp
Expand Up @@ -3616,7 +3616,7 @@ class TestUnusedVar : public TestFixture {
}

void localvarUnusedGoto() {
// #4447
// #4447
functionVariableUsage("bool f(const int &i) {\n"
" int X = i;\n"
"label:\n"
Expand All @@ -3632,7 +3632,7 @@ class TestUnusedVar : public TestFixture {
"}\n");
ASSERT_EQUALS("", errout.str());

// #4558
// #4558
functionVariableUsage("int f() {\n"
" int i,j=0;\n"
" start:\n"
Expand Down

0 comments on commit 3301728

Please sign in to comment.