Skip to content

Commit 32990a5

Browse files
committed
Format
1 parent be153dd commit 32990a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testbufferoverrun.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3553,8 +3553,8 @@ class TestBufferOverrun : public TestFixture {
35533553
ASSERT_EQUALS("[test.cpp:3:17]: (error) Buffer is accessed out of bounds: &buf[0] [bufferAccessOutOfBounds]\n", errout_str());
35543554

35553555
check("void f(FILE *fp) {\n" // #14929
3556-
" std::string s;\n"
3557-
" fwrite(&s, 1, 1, fp);\n"
3556+
" std::string s;\n"
3557+
" fwrite(&s, 1, 1, fp);\n"
35583558
"}\n");
35593559
ASSERT_EQUALS("", errout_str()); // don't crash
35603560
}

0 commit comments

Comments
 (0)