astyle formatting
This commit is contained in:
parent
e5843b32c4
commit
c2a8f6f59a
|
@ -101,7 +101,7 @@ static bool checkRvalueExpression(const Token * const vartok)
|
|||
|
||||
static bool variableIsUsedInScope(const Token* start, unsigned int varId, const Scope *scope)
|
||||
{
|
||||
if(!start) // Ticket #5024
|
||||
if (!start) // Ticket #5024
|
||||
return false;
|
||||
|
||||
for (const Token *tok = start; tok != scope->classEnd; tok = tok->next()) {
|
||||
|
|
Loading…
Reference in New Issue