Remove tabs.

This commit is contained in:
Kugel Fuhr
2025-07-08 09:46:53 +02:00
parent abb0adf546
commit 0c14830da0

View File

@@ -128,8 +128,8 @@ void CP_Init (void)
if (IsTTY) {
CodePage = GetConsoleOutputCP ();
IsUTF8 = (int) SetConsoleOutputCP (CP_UTF8);
if (IsUTF8) {
/* Switch the code page back on exit */
if (IsUTF8) {
/* Switch the code page back on exit */
atexit (Cleanup);
}
if (Color) {