From 2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sun, 15 Jan 2017 22:15:47 +0100 Subject: Style: Various fixes to play nice with clang-format --- core/variant_construct_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/variant_construct_string.cpp') 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 -- cgit v1.2.3-70-g09d2