remove some tabs that snuck in unintentionally

This commit is contained in:
nhmall
2024-11-30 19:35:25 -05:00
parent cd032881ad
commit c2c2e84485
7 changed files with 11 additions and 11 deletions

View File

@@ -406,8 +406,8 @@ convert_line(char *in_line, char *out_line)
cc += strlen(gc.cvt_buf);
break;
}
FALLTHROUGH;
/* FALLTHRU */
FALLTHROUGH;
/* FALLTHRU */
default:
*cc++ = *c;
break;