Remove tabs.
This commit is contained in:
@@ -128,8 +128,8 @@ void CP_Init (void)
|
|||||||
if (IsTTY) {
|
if (IsTTY) {
|
||||||
CodePage = GetConsoleOutputCP ();
|
CodePage = GetConsoleOutputCP ();
|
||||||
IsUTF8 = (int) SetConsoleOutputCP (CP_UTF8);
|
IsUTF8 = (int) SetConsoleOutputCP (CP_UTF8);
|
||||||
if (IsUTF8) {
|
if (IsUTF8) {
|
||||||
/* Switch the code page back on exit */
|
/* Switch the code page back on exit */
|
||||||
atexit (Cleanup);
|
atexit (Cleanup);
|
||||||
}
|
}
|
||||||
if (Color) {
|
if (Color) {
|
||||||
|
|||||||
Reference in New Issue
Block a user