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

@@ -4640,7 +4640,7 @@ reveal_paths(int code)
if (code == 1) {
raw_printf("NOTE: The %s above is missing or inaccessible!",
SYSCONFFILE);
skip_sysopt = TRUE;
skip_sysopt = TRUE;
}
#else /* !SYSCF */
raw_printf("No system configuration file.");
@@ -4722,8 +4722,8 @@ reveal_paths(int code)
#ifdef SYSCF
if (!skip_sysopt) {
fqn = sysopt.dumplogfile;
if (!fqn)
nodumpreason = "DUMPLOGFILE is not set in " SYSCONFFILE;
if (!fqn)
nodumpreason = "DUMPLOGFILE is not set in " SYSCONFFILE;
} else {
nodumpreason = SYSCONFFILE " is missing; no DUMPLOGFILE setting";
}

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);

View File

@@ -1142,7 +1142,7 @@ domonnoise(struct monst *mtmp)
(void) demon_talk(mtmp);
break;
}
FALLTHROUGH;
FALLTHROUGH;
/* FALLTHRU */
case MS_CUSS:
if (!mtmp->mpeaceful)