astyle fix
This commit is contained in:
parent
09bfa66536
commit
614c90b156
|
@ -2642,7 +2642,7 @@ void Tokenizer::simplifyJavaAndCSharp()
|
|||
tok->deleteNext(2);
|
||||
} else {
|
||||
if (Token::Match(tok, "%type% [ ] %var% [=;]") &&
|
||||
(!tok->previous() || Token::Match(tok->previous(), "[;{}]"))) {
|
||||
(!tok->previous() || Token::Match(tok->previous(), "[;{}]"))) {
|
||||
tok->deleteNext(2);
|
||||
tok->insertToken("*");
|
||||
tok = tok->tokAt(2);
|
||||
|
|
Loading…
Reference in New Issue