summaryrefslogtreecommitdiffstats
path: root/include/core/String.hpp
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2018-11-24 09:09:41 +1100
committerBastiaan Olij <mux213@gmail.com>2018-11-24 09:09:41 +1100
commitfc20fa3fce2f30c96fa2bbf8d460817f91b90e81 (patch)
treedecd51288822651ad34fd270e68a2f2a54d0bd8d /include/core/String.hpp
parent0a6f5d052a0d05e07ca1b7eab8e53bbd8450a991 (diff)
downloadredot-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.hpp3
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