forked from PretendoNetwork/Inkay
chore: Run code formatter across project
this is the CLion formatter since I haven't set up clang-format for Inkay yet
This commit is contained in:
parent
b02db3f20b
commit
695a077ebd
9 changed files with 71 additions and 72 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include <optional>
|
||||
|
||||
nn::swkbd::LanguageType get_system_language() {
|
||||
static std::optional<nn::swkbd::LanguageType> cached_language{};
|
||||
static std::optional <nn::swkbd::LanguageType> cached_language{};
|
||||
if (cached_language) return *cached_language;
|
||||
|
||||
UCHandle handle = UCOpen();
|
||||
|
|
|
|||
Loading…
Reference in a new issue