diff --git a/src/V3File.cpp b/src/V3File.cpp index efb0c7008..b348750f4 100644 --- a/src/V3File.cpp +++ b/src/V3File.cpp @@ -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