convert some tabs that crept in to spaces
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -1142,7 +1142,7 @@ domonnoise(struct monst *mtmp)
|
||||
(void) demon_talk(mtmp);
|
||||
break;
|
||||
}
|
||||
FALLTHROUGH;
|
||||
FALLTHROUGH;
|
||||
/* FALLTHRU */
|
||||
case MS_CUSS:
|
||||
if (!mtmp->mpeaceful)
|
||||
|
||||
Reference in New Issue
Block a user