Skip to content

Commit a2ee40f

Browse files
committed
Format
1 parent eb6bca2 commit a2ee40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4866,7 +4866,7 @@ class TestOther : public TestFixture {
48664866
errout_str());
48674867

48684868
check("int f(std::vector<int>* p) {\n" // #14810
4869-
" return *p->cbegin();\n"
4869+
" return *p->cbegin();\n"
48704870
"}\n");
48714871
ASSERT_EQUALS("[test.cpp:1:25]: (style) Parameter 'p' can be declared as pointer to const [constParameterPointer]\n", errout_str());
48724872
}

0 commit comments

Comments
 (0)