Skip to content

Commit abcbdb3

Browse files
Format [skip ci]
1 parent d33f941 commit abcbdb3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

test/testother.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4896,13 +4896,13 @@ class TestOther : public TestFixture {
48964896
errout_str());
48974897

48984898
check("struct S : U {\n" // #13944
4899-
"void f(int* p) const {\n"
4900-
" if (m == p) {}\n"
4901-
"}\n"
4902-
"void g(int* p) final {\n"
4903-
" if (m == p) {}\n"
4904-
"}\n"
4905-
"int* m;\n"
4899+
" void f(int* p) const {\n"
4900+
" if (m == p) {}\n"
4901+
" }\n"
4902+
" void g(int* p) final {\n"
4903+
" if (m == p) {}\n"
4904+
" }\n"
4905+
" int* m;\n"
49064906
"};\n");
49074907
ASSERT_EQUALS("[test.cpp:2:13]: (style) Either there is a missing override/final keyword, or the parameter 'p' can be declared as pointer to const [constParameterPointer]\n",
49084908
errout_str());

0 commit comments

Comments
 (0)