Format files (using clang-format)

This commit is contained in:
2026-07-26 19:17:24 +01:00
parent f82ab718f3
commit d484db4e84
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ private:
inline app::App *app_ = nullptr;
#endif
#endif
+1 -1
View File
@@ -60,4 +60,4 @@ inline void setup() {
}
} // namespace definitions
#endif
#endif
+1 -1
View File
@@ -124,4 +124,4 @@ DEF_SYM(w)
DEF_SYM(h)
DEF_SYM(z)
#endif
#endif
+1 -1
View File
@@ -47,4 +47,4 @@ Key key_from_sym(mrb_state *mrb, mrb_sym sym);
std::string get_key_name(Key key);
} // namespace Localization
#endif
#endif
+1 -1
View File
@@ -218,4 +218,4 @@ inline Key get_key(std::string &name) {
return get_key_from_name(name);
}
#endif
#endif