aboutsummaryrefslogtreecommitdiff
path: root/core/variant_construct_string.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-15 22:15:47 +0100
committerRémi Verschelde2017-03-18 23:13:47 +0100
commit16b78da9418abfa23273e4969b8be882c31e5bab (patch)
treec5608588d1d4ef61b46baf6a959d6ea910748545 /core/variant_construct_string.cpp
parent2d479aa0c6bfff5b4ccad085630fc0bc3c03bf4b (diff)
downloadgodot-16b78da9418abfa23273e4969b8be882c31e5bab.tar.gz
godot-16b78da9418abfa23273e4969b8be882c31e5bab.tar.zst
godot-16b78da9418abfa23273e4969b8be882c31e5bab.zip
Style: Various fixes to play nice with clang-format
(cherry picked from commit 2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81)
Diffstat (limited to 'core/variant_construct_string.cpp')
-rw-r--r--core/variant_construct_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant_construct_string.cpp b/core/variant_construct_string.cpp
index 8db756aa7..56aa9891f 100644
--- a/core/variant_construct_string.cpp
+++ b/core/variant_construct_string.cpp
@@ -169,7 +169,7 @@ Error VariantConstruct::_get_token(const CharType *p_str, int &idx, int p_len, T
case 'r': res=13; break;
case '\"': res='\"'; break;
case '\\': res='\\'; break;
- case '/': res='/'; break; //wtf
+ case '/': res='/'; break;
case 'u': {
//hexnumbarh - oct is deprecated