mirror of
https://github.com/verilator/verilator.git
synced 2025-02-02 03:34:05 +00:00
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;
|
const char* cp = strg;
|
||||||
while (isspace(*cp)) cp++;
|
while (isspace(*cp)) cp++;
|
||||||
switch (*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
|
case '\n': // Newlines.. No need for whitespace before it
|
||||||
return (0);
|
return (0);
|
||||||
case '#': // Preproc directive
|
case '#': // Preproc directive
|
||||||
|
Loading…
Reference in New Issue
Block a user