Fix spaces vs tabs and use FALLTHRU as it's used elsewhere

This commit is contained in:
Jack Culhane
2019-05-17 17:18:07 +01:00
parent 1f8269c0e2
commit fa173cd9aa
6 changed files with 20 additions and 20 deletions

2
file.c
View File

@@ -1021,7 +1021,7 @@ idprintf(FILEID id, char *fmt, int count, VALUE **vals)
switch (ch) {
case 's':
printstring = TRUE;
/* fall through */
/*FALLTHRU*/
case 'c':
printchar = TRUE;
case 'd':