From fc20fa3fce2f30c96fa2bbf8d460817f91b90e81 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Sat, 24 Nov 2018 09:09:41 +1100 Subject: Implementing clang-format and applying it to all classes --- include/core/String.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/core/String.hpp') 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 -- cgit v1.2.3