astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-10-29 20:27:50 +02:00
parent d7be62a6f9
commit dc29d43e83
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ private:
"}"); "}");
ASSERT_EQUALS("", errout.str()); ASSERT_EQUALS("", errout.str());
} }
void array_index_vla_for() { void array_index_vla_for() {
// #3221 - access VLA inside for // #3221 - access VLA inside for
check("void f(int len) {\n" check("void f(int len) {\n"