Style: Various fixes to play nice with clang-format

(cherry picked from commit 2a0ddc1e89)
This commit is contained in:
Rémi Verschelde 2017-01-15 22:15:47 +01:00
parent 2d479aa0c6
commit 16b78da941
20 changed files with 162 additions and 139 deletions

View file

@ -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