summaryrefslogtreecommitdiffstats
path: root/include/core/String.hpp
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2021-02-28 16:52:06 -0300
committerGeorge Marques <george@gmarqu.es>2021-02-28 16:57:34 -0300
commitcba90d630177ce6c57b5537e74ef3eab4e9c1ea2 (patch)
tree439897c2673d4f0af2635abffe73699d0cae6a01 /include/core/String.hpp
parent77d41fa179e40560f1e264ed483638bf51713779 (diff)
downloadredot-cpp-cba90d630177ce6c57b5537e74ef3eab4e9c1ea2.tar.gz
Update clang-format to version 11
This is taken from the Godot repository, so formatting is similar. This updates the style rules as well. Also fix style in files to conform with this version.
Diffstat (limited to 'include/core/String.hpp')
-rw-r--r--include/core/String.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/String.hpp b/include/core/String.hpp
index 57e7eb7..7c11ac7 100644
--- a/include/core/String.hpp
+++ b/include/core/String.hpp
@@ -14,7 +14,6 @@ class PoolStringArray;
class String;
class CharString {
-
friend class String;
godot_char_string _char_string;