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
+3 -3
View File
@@ -4640,7 +4640,7 @@ reveal_paths(int code)
if (code == 1) { if (code == 1) {
raw_printf("NOTE: The %s above is missing or inaccessible!", raw_printf("NOTE: The %s above is missing or inaccessible!",
SYSCONFFILE); SYSCONFFILE);
skip_sysopt = TRUE; skip_sysopt = TRUE;
} }
#else /* !SYSCF */ #else /* !SYSCF */
raw_printf("No system configuration file."); raw_printf("No system configuration file.");
@@ -4722,8 +4722,8 @@ reveal_paths(int code)
#ifdef SYSCF #ifdef SYSCF
if (!skip_sysopt) { if (!skip_sysopt) {
fqn = sysopt.dumplogfile; fqn = sysopt.dumplogfile;
if (!fqn) if (!fqn)
nodumpreason = "DUMPLOGFILE is not set in " SYSCONFFILE; nodumpreason = "DUMPLOGFILE is not set in " SYSCONFFILE;
} else { } else {
nodumpreason = SYSCONFFILE " is missing; no DUMPLOGFILE setting"; nodumpreason = SYSCONFFILE " is missing; no DUMPLOGFILE setting";
} }
+1 -1
View File
@@ -1144,7 +1144,7 @@ pleased(aligntyp g_align)
fix_worst_trouble(trouble); fix_worst_trouble(trouble);
FALLTHROUGH; FALLTHROUGH;
/*FALLTHRU*/ /*FALLTHRU*/
case 2: case 2:
/* up to 9 troubles */ /* up to 9 troubles */
while ((trouble = in_trouble()) > 0 && (++tryct < 10)) while ((trouble = in_trouble()) > 0 && (++tryct < 10))
fix_worst_trouble(trouble); fix_worst_trouble(trouble);
+1 -1
View File
@@ -1142,7 +1142,7 @@ domonnoise(struct monst *mtmp)
(void) demon_talk(mtmp); (void) demon_talk(mtmp);
break; break;
} }
FALLTHROUGH; FALLTHROUGH;
/* FALLTHRU */ /* FALLTHRU */
case MS_CUSS: case MS_CUSS:
if (!mtmp->mpeaceful) if (!mtmp->mpeaceful)