astyle formatting
This commit is contained in:
parent
92ab1ef8e7
commit
96c85104ab
|
@ -573,7 +573,7 @@ std::string Preprocessor::removeIf0(const std::string &code)
|
||||||
++level;
|
++level;
|
||||||
else if (line == "#endif")
|
else if (line == "#endif")
|
||||||
--level;
|
--level;
|
||||||
|
|
||||||
// replace code within '#if 0' block with empty lines
|
// replace code within '#if 0' block with empty lines
|
||||||
ret << "\n";
|
ret << "\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue