Skip to content

Commit 4328613

Browse files
committed
Format
1 parent 44404b2 commit 4328613

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/testother.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3969,10 +3969,10 @@ class TestOther : public TestFixture {
39693969
ASSERT_EQUALS("", errout_str());
39703970

39713971
check("struct S { int i; };\n" // #14231
3972-
"void* f(S& s, int& v) {\n"
3973-
" v = s.i;\n"
3974-
" return (void*)&s;\n"
3975-
"}\n"); // don't crash
3972+
"void* f(S& s, int& v) {\n"
3973+
" v = s.i;\n"
3974+
" return (void*)&s;\n"
3975+
"}\n"); // don't crash
39763976
ASSERT_EQUALS("", errout_str());
39773977
}
39783978

0 commit comments

Comments
 (0)