astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-06-12 06:43:52 +02:00
parent 9c45e6d47d
commit 47931372ff
1 changed files with 2 additions and 2 deletions

View File

@ -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)tokenlist;
(void)tokenizer;
(void)tokenlist;
(void)tokenizer;
#ifdef HAVE_RULES
// Are there rules to execute?