Skip to content

Commit 5cff156

Browse files
committed
format
1 parent b53bc29 commit 5cff156

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
@@ -1424,7 +1424,7 @@ class TestUnusedVar : public TestFixture {
14241424
"}");
14251425
ASSERT_EQUALS("[test.cpp:2:12]: (style) union member 'DoubleInt::asDouble' is never used. [unusedStructMember]\n"
14261426
"[test.cpp:3:14]: (style) union member 'DoubleInt::asInt' is never used. [unusedStructMember]\n",
1427-
errout_str());
1427+
errout_str());
14281428
}
14291429

14301430
void structmember2() {

0 commit comments

Comments
 (0)