astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-02-26 20:09:14 +01:00
parent 92ab1ef8e7
commit 96c85104ab
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ std::string Preprocessor::removeIf0(const std::string &code)
++level;
else if (line == "#endif")
--level;
// replace code within '#if 0' block with empty lines
ret << "\n";
}