From b041ef490708c344bc3b5c5514c388cb77a41f3a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 30 Sep 2024 11:23:33 +0300 Subject: [PATCH] Update common/console.cpp --- common/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/console.cpp b/common/console.cpp index 722984062..078a8d678 100644 --- a/common/console.cpp +++ b/common/console.cpp @@ -94,7 +94,7 @@ namespace console { simple_io = true; } } - if(simple_io){ + if (simple_io) { _setmode(_fileno(stdin), _O_U8TEXT); } #else