astyle formatting
This commit is contained in:
parent
0dba668661
commit
e3a12de057
|
@ -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 "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue