We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d148b commit c4de347Copy full SHA for c4de347
1 file changed
lib/checks.h
@@ -29,6 +29,6 @@ namespace CheckInstances
29
{
30
/** List of registered check classes. This is used by Cppcheck to run checks and generate documentation */
31
CPPCHECKLIB const std::list<Check *>& get();
32
-};
+}
33
34
#endif // checksH
0 commit comments