astyle fix

This commit is contained in:
Reijo Tomperi 2011-12-30 21:01:33 +02:00
parent 8f2ad53332
commit 0e1fb5f75b
1 changed files with 1 additions and 1 deletions

View File

@ -1484,7 +1484,7 @@ void Scope::getVariableList()
tok = tok->next();
continue;
}
else if (Token::Match(tok, "using namespace| %type% ;")) {
tok = tok->tokAt(2);