astyle formatting

This commit is contained in:
Daniel Marjamäki 2014-01-20 06:31:28 +01:00
parent add84187cc
commit 98305e9163
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ private:
code = "void f(int x) {\n" // not unsigned => don't consider > condition
" int a = x;\n"
" if (x > 0) {}\n"
" if (x > 0) {}\n"
"}";
ASSERT_EQUALS(false, testValueOfX(code, 2U, 0));