From e09c918198f52b858814ad357f746bf6b8cbc5aa Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 5 Oct 2019 18:00:45 -0400 Subject: [PATCH] Fix indentation broke in 977a767477c8cfce5dfb25653ebdd035f3f87ac5. --- src/V3File.cpp | 2 -- 1 file changed, 2 deletions(-) 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