Running astyle [ci skip]

This commit is contained in:
orbitcowboy 2019-06-02 13:29:20 +02:00
parent 350b43c6ba
commit 821903e2e1
1 changed files with 1 additions and 1 deletions

View File

@ -1831,7 +1831,7 @@ std::string Token::typeStr(const Token* tok)
const ValueType * vt = tok->valueType();
std::string ret = vt->str();
if (!ret.empty())
return ret;
return ret;
}
std::pair<const Token*, const Token*> r = Token::typeDecl(tok);
if (!r.first || !r.second)