astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-10-19 09:52:19 +02:00
parent 0dba668661
commit e3a12de057
1 changed files with 1 additions and 1 deletions

View File

@ -2053,7 +2053,7 @@ std::string Preprocessor::handleIncludes(const std::string &code, const std::str
}
if (elseIsTrueStack.empty()) {
writeError(filePath, linenr, _errorLogger, "syntaxError", "Syntax error in preprocessor code");
writeError(filePath, linenr, _errorLogger, "syntaxError", "Syntax error in preprocessor code");
return "";
}