diff options
author | Bastiaan Olij <mux213@gmail.com> | 2018-11-24 09:09:41 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2018-11-24 09:09:41 +1100 |
commit | fc20fa3fce2f30c96fa2bbf8d460817f91b90e81 (patch) | |
tree | decd51288822651ad34fd270e68a2f2a54d0bd8d /include/core/String.hpp | |
parent | 0a6f5d052a0d05e07ca1b7eab8e53bbd8450a991 (diff) | |
download | redot-cpp-fc20fa3fce2f30c96fa2bbf8d460817f91b90e81.tar.gz |
Implementing clang-format and applying it to all classes
Diffstat (limited to 'include/core/String.hpp')
-rw-r--r-- | include/core/String.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/core/String.hpp b/include/core/String.hpp index a114219..ff5d723 100644 --- a/include/core/String.hpp +++ b/include/core/String.hpp @@ -132,12 +132,11 @@ public: signed char casecmp_to(String p_str) const; signed char nocasecmp_to(String p_str) const; signed char naturalnocasecmp_to(String p_str) const; - }; String operator+(const char *a, const String &b); String operator+(const wchar_t *a, const String &b); -} +} // namespace godot #endif // STRING_H |