astyle formatting
This commit is contained in:
parent
9c45e6d47d
commit
47931372ff
|
@ -402,8 +402,8 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
|
||||||
|
|
||||||
void CppCheck::executeRules(const std::string &tokenlist, const Tokenizer &tokenizer)
|
void CppCheck::executeRules(const std::string &tokenlist, const Tokenizer &tokenizer)
|
||||||
{
|
{
|
||||||
(void)tokenlist;
|
(void)tokenlist;
|
||||||
(void)tokenizer;
|
(void)tokenizer;
|
||||||
|
|
||||||
#ifdef HAVE_RULES
|
#ifdef HAVE_RULES
|
||||||
// Are there rules to execute?
|
// Are there rules to execute?
|
||||||
|
|
Loading…
Reference in New Issue