Format files (using clang-format)
This commit is contained in:
+1
-1
@@ -38,4 +38,4 @@ private:
|
||||
|
||||
inline app::App *app_ = nullptr;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -60,4 +60,4 @@ inline void setup() {
|
||||
}
|
||||
} // namespace definitions
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -124,4 +124,4 @@ DEF_SYM(w)
|
||||
DEF_SYM(h)
|
||||
DEF_SYM(z)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -218,4 +218,4 @@ inline Key get_key(std::string &name) {
|
||||
return get_key_from_name(name);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user