Skip to content

Commit 7ca83df

Browse files
Format
1 parent 7fd2f59 commit 7ca83df

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/testnullpointer.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -997,11 +997,11 @@ class TestNullPointer : public TestFixture {
997997
errout_str());
998998

999999
check("int f(const int a[]) {\n" // #14544
1000-
" int i = 0;\n"
1001-
" if (!a)\n"
1002-
" a = &i;\n"
1003-
" return *a;\n"
1004-
"}\n");
1000+
" int i = 0;\n"
1001+
" if (!a)\n"
1002+
" a = &i;\n"
1003+
" return *a;\n"
1004+
"}\n");
10051005
ASSERT_EQUALS("", errout_str());
10061006
}
10071007

0 commit comments

Comments
 (0)