Skip to content

Commit 07bc4e3

Browse files
committed
Format
1 parent c869ba2 commit 07bc4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testnullpointer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4237,7 +4237,7 @@ class TestNullPointer : public TestFixture {
42374237

42384238
void nullpointerOutOfResources() {
42394239
check("void f() {\n"
4240-
" FILE* fid = fopen(\"x.txt\", \"w\");\n"
4240+
" FILE* fid = fopen(\"x.txt\", \"w\");\n"
42414241
" fprintf(fid, \"abcdef\");\n"
42424242
" fclose(fid);\n"
42434243
"}\n");

0 commit comments

Comments
 (0)