Skip to content

Commit 78b711f

Browse files
committed
astyle formatting
1 parent f78744a commit 78b711f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testtokenize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8449,7 +8449,7 @@ class TestTokenizer : public TestFixture {
84498449

84508450
ASSERT_EQUALS("a0>bc/d:?", testAst("(a>0) ? (b/(c)) : d;"));
84518451
ASSERT_EQUALS("abc/+d+", testAst("a + (b/(c)) + d;"));
8452-
ASSERT_EQUALS("f( x1024x/0:?", testAst("void f() { x ? 1024 / x : 0; }"));
8452+
ASSERT_EQUALS("f( x1024x/0:?", testAst("void f() { x ? 1024 / x : 0; }"));
84538453

84548454
ASSERT_EQUALS("absizeofd(ef.+(=", testAst("a = b(sizeof(c d) + e.f)"));
84558455

0 commit comments

Comments
 (0)