Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 16, 2024
1 parent ec909ad commit bb47071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testleakautovar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ class TestLeakAutoVar : public TestFixture {
ASSERT_EQUALS("", errout_str());

check("struct S {\n" // #12890
" int** p;\n"
" int** p;\n"
" S() {\n"
" p = std::malloc(sizeof(int*));\n"
" p[0] = new int;\n"
Expand Down

0 comments on commit bb47071

Please sign in to comment.