Fix indentation broke in 977a767477.

This commit is contained in:
Wilson Snyder 2019-10-05 18:00:45 -04:00
parent 9bf6135f6d
commit e09c918198

View File

@ -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