Skip to content

Commit 8702f6a

Browse files
committed
format
1 parent 4fa95d1 commit 8702f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testunusedvar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ class TestUnusedVar : public TestFixture {
14201420
"}");
14211421
ASSERT_EQUALS("[test.cpp:2:12]: (style) union member 'DoubleInt::asDouble' is never used. [unusedStructMember]\n"
14221422
"[test.cpp:3:14]: (style) union member 'DoubleInt::asInt' is never used. [unusedStructMember]\n",
1423-
errout_str());
1423+
errout_str());
14241424
}
14251425

14261426
void structmember2() {

0 commit comments

Comments
 (0)