Skip to content

Commit 5132080

Browse files
committed
Nits 2
1 parent c76b688 commit 5132080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cfg/qt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ class Foo { // #13236
820820
};
821821

822822
Foo::Foo() {
823-
// cppcheck-suppress checkLibraryFunction checkLibraryNoReturn
823+
// cppcheck-suppress [checkLibraryFunction, checkLibraryNoReturn]
824824
connect(a, SIGNAL(dostuff()), this, SLOT(dostuff()));
825825
}
826826

0 commit comments

Comments
 (0)