astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-04-18 17:46:31 +02:00
parent 7ee636b934
commit 4b8769a9f5
1 changed files with 2 additions and 2 deletions

View File

@ -544,8 +544,8 @@ bool isVariableChanged(const Token *start, const Token *end, const unsigned int
if (Token::Match(tok->previous(), "++|-- %name%"))
return true;
if (isLikelyStreamRead(cpp, tok->previous()))
return true;
if (isLikelyStreamRead(cpp, tok->previous()))
return true;
const Token *ftok = tok;
while (ftok && !Token::Match(ftok, "[({[]"))