astyle formatting

This commit is contained in:
Daniel Marjamäki 2018-03-12 10:19:55 +01:00
parent a9b1f4c640
commit 3ef3a6088d
1 changed files with 9 additions and 8 deletions

View File

@ -232,7 +232,8 @@ void CheckUnusedFunctions::parseTokens(const Tokenizer &tokenizer, const char Fi
} }
static bool isOperatorFunction(const std::string & funcName) { static bool isOperatorFunction(const std::string & funcName)
{
/* Operator functions are invalid function names for C, so no need to check /* Operator functions are invalid function names for C, so no need to check
* this in here. As result the returned error function might be incorrect. * this in here. As result the returned error function might be incorrect.
* *