astyle formatting
This commit is contained in:
parent
a9b1f4c640
commit
3ef3a6088d
|
@ -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
|
||||
* this in here. As result the returned error function might be incorrect.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue