Astyle run, no functional change.

This commit is contained in:
orbitcowboy 2014-05-13 16:26:54 +02:00
parent be9a566d48
commit face976e11
2 changed files with 2 additions and 2 deletions

View File

@ -1241,7 +1241,7 @@ bool TemplateSimplifier::simplifyTemplateInstantiations(
if (_settings->debugwarnings && errorlogger) {
std::list<const Token *> callstack(1, tok);
errorlogger->reportErr(ErrorLogger::ErrorMessage(callstack, &tokenlist, Severity::debug, "debug",
"Failed to instantiate template. The checking continues anyway.", false));
"Failed to instantiate template. The checking continues anyway.", false));
}
if (typeForNewName.empty())
continue;

View File

@ -1519,7 +1519,7 @@ void Tokenizer::simplifyTypedef()
void Tokenizer::simplifyMulAndParens()
{
if (!list.front())
return;
return;
for (Token *tok = list.front()->tokAt(3); tok; tok = tok->next()) {
if (tok->isName()) {
//fix ticket #2784 - improved by ticket #3184