From 5616b439df2ff4ddf5f9d81447523c4ead51a317 Mon Sep 17 00:00:00 2001 From: staviq Date: Thu, 19 Oct 2023 21:49:09 +0200 Subject: [PATCH] fmt --- common/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/console.cpp b/common/console.cpp index 5c9302170..21c62924c 100644 --- a/common/console.cpp +++ b/common/console.cpp @@ -113,7 +113,7 @@ namespace console { auto locale = setlocale(LC_ALL, ""); auto lang = getenv("LANG"); - + if (locale == nullptr) { if (lang != nullptr) { setlocale(LC_ALL, lang);