astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-03-29 17:55:09 +01:00
parent 7902cd0123
commit 3301728c50
1 changed files with 2 additions and 2 deletions

View File

@ -3616,7 +3616,7 @@ private:
}
void localvarUnusedGoto() {
// #4447
// #4447
functionVariableUsage("bool f(const int &i) {\n"
" int X = i;\n"
"label:\n"
@ -3632,7 +3632,7 @@ private:
"}\n");
ASSERT_EQUALS("", errout.str());
// #4558
// #4558
functionVariableUsage("int f() {\n"
" int i,j=0;\n"
" start:\n"