From 0c14830da0e9336fa044e5a40a6b236ac74cd024 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:46:53 +0200 Subject: [PATCH] Remove tabs. --- src/common/consprop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/consprop.c b/src/common/consprop.c index 9dceef1b3..9bf1d2a78 100644 --- a/src/common/consprop.c +++ b/src/common/consprop.c @@ -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) {