Running astyle [ci skip]
This commit is contained in:
parent
350b43c6ba
commit
821903e2e1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue