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:
Ash Logan 2024-05-28 16:36:39 +10:00
commit 695a077ebd
9 changed files with 71 additions and 72 deletions

View file

@ -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();