Skip to content

Commit 3be6d3a

Browse files
committed
Format
1 parent 6859700 commit 3be6d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testmemleak.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,8 +2504,8 @@ class TestMemleakNoVar : public TestFixture {
25042504
ASSERT_EQUALS("", errout_str());
25052505

25062506
check("struct A {\n" // #14339
2507-
" void g(int* p) { p_ = p; }\n"
2508-
" int *p_;\n"
2507+
" void g(int* p) { p_ = p; }\n"
2508+
" int *p_;\n"
25092509
"};\n"
25102510
"void f(A& a) {\n"
25112511
" a.g(new int);\n"

0 commit comments

Comments
 (0)