Fix indentation broke in 977a767477.
This commit is contained in:
parent
9bf6135f6d
commit
e09c918198
|
|
@ -620,8 +620,6 @@ int V3OutFormatter::endLevels(const char *strg) {
|
|||
const char* cp = strg;
|
||||
while (isspace(*cp)) cp++;
|
||||
switch (*cp) {
|
||||
case '\0': // End of string... No need for whitespace before it
|
||||
return (0);
|
||||
case '\n': // Newlines.. No need for whitespace before it
|
||||
return (0);
|
||||
case '#': // Preproc directive
|
||||
|
|
|
|||
Loading…
Reference in New Issue