Skip to content

Commit dd2a112

Browse files
Format [skip ci]
1 parent bd078ff commit dd2a112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/testautovariables.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2933,13 +2933,13 @@ class TestAutoVariables : public TestFixture {
29332933
check("struct P {\n"
29342934
" int h() const;\n"
29352935
" int x;\n"
2936-
" int &r;\n"
2936+
" int& r;\n"
29372937
"};\n"
2938-
"int f(const P &p) {\n"
2938+
"int f(const P& p) {\n"
29392939
" return p.h();\n"
29402940
"}\n"
29412941
"struct C {\n"
2942-
" void g() {\n"
2942+
" void g() {\n"
29432943
" int i = 1;\n"
29442944
" P q(m, i);\n"
29452945
" f(q);\n"

0 commit comments

Comments
 (0)