astyle formatting

This commit is contained in:
Daniel Marjamäki 2015-02-01 14:50:51 +01:00
parent f78744ac30
commit 78b711fd7b
1 changed files with 1 additions and 1 deletions

View File

@ -8449,7 +8449,7 @@ private:
ASSERT_EQUALS("a0>bc/d:?", testAst("(a>0) ? (b/(c)) : d;"));
ASSERT_EQUALS("abc/+d+", testAst("a + (b/(c)) + d;"));
ASSERT_EQUALS("f( x1024x/0:?", testAst("void f() { x ? 1024 / x : 0; }"));
ASSERT_EQUALS("f( x1024x/0:?", testAst("void f() { x ? 1024 / x : 0; }"));
ASSERT_EQUALS("absizeofd(ef.+(=", testAst("a = b(sizeof(c d) + e.f)"));