convert some tabs that crept in to spaces

This commit is contained in:
nhmall
2025-02-26 21:44:21 -05:00
parent 6c42180cfc
commit 6ff2bf0993
3 changed files with 5 additions and 5 deletions

View File

@@ -1144,7 +1144,7 @@ pleased(aligntyp g_align)
fix_worst_trouble(trouble);
FALLTHROUGH;
/*FALLTHRU*/
case 2:
case 2:
/* up to 9 troubles */
while ((trouble = in_trouble()) > 0 && (++tryct < 10))
fix_worst_trouble(trouble);