astyle fix
This commit is contained in:
parent
8f2ad53332
commit
0e1fb5f75b
|
@ -1484,7 +1484,7 @@ void Scope::getVariableList()
|
|||
tok = tok->next();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
else if (Token::Match(tok, "using namespace| %type% ;")) {
|
||||
tok = tok->tokAt(2);
|
||||
|
|
Loading…
Reference in New Issue