Skip to content

Commit 00bff02

Browse files
committed
Formatted the code. There are no functional changes [ci skip].
1 parent 52c121c commit 00bff02

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/testio.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,11 +3006,11 @@ class TestIO : public TestFixture {
30063006
}
30073007

30083008
void testReturnValueTypeStdLib() {
3009-
check("void f() {\n"
3010-
" const char *s = \"0\";\n"
3011-
" printf(\"%ld%lld\", atol(s), atoll(s));\n"
3012-
"}");
3013-
ASSERT_EQUALS("", errout.str());
3009+
check("void f() {\n"
3010+
" const char *s = \"0\";\n"
3011+
" printf(\"%ld%lld\", atol(s), atoll(s));\n"
3012+
"}");
3013+
ASSERT_EQUALS("", errout.str());
30143014
}
30153015

30163016
};

0 commit comments

Comments
 (0)