Try to make Travis happy

This commit is contained in:
Daniel Marjamäki 2018-04-22 14:00:03 +02:00
parent 3d78320d04
commit 7b10375683
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ void CheckClass::initializeVarList(const Function &func, std::list<const Functio
continue;
// Variable getting value from stream?
if (Token::Match(ftok, ">>|& %name% ") && isLikelyStreamRead(true, ftok)) {
if (Token::Match(ftok, ">>|& %name%") && isLikelyStreamRead(true, ftok)) {
assignVar(ftok->next()->varId(), scope, usage);
}