replace leading tabs in several more files

This commit is contained in:
nhmall
2022-05-30 12:38:22 -04:00
parent a8f0e91ddf
commit 4a8deefaa3
19 changed files with 176 additions and 176 deletions

View File

@@ -490,8 +490,8 @@ getreturn(const char *str)
initializing the window port */
void nethack_enter_windows(void)
{
if (WINDOWPORT("tty"))
nethack_enter_consoletty();
if (WINDOWPORT("tty"))
nethack_enter_consoletty();
}
/* CP437 to Unicode mapping according to the Unicode Consortium */