astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2020-12-31 19:24:29 +01:00
parent 20e462a8ed
commit e469436fe1
1 changed files with 1 additions and 1 deletions

View File

@ -2983,7 +2983,7 @@ void SymbolDatabase::debugMessage(const Token *tok, const std::string &type, con
const std::list<const Token*> locationList(1, tok);
const ErrorMessage errmsg(locationList, &mTokenizer->list,
Severity::debug,
type,
type,
msg,
false);
if (mErrorLogger)