mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
remove trailing whitespace
This commit is contained in:
parent
b0a5347a1c
commit
33403d91f7
24 changed files with 80 additions and 80 deletions
|
|
@ -3635,7 +3635,7 @@ String String::percent_decode() const {
|
|||
|
||||
CharString cs = utf8();
|
||||
for(int i=0;i<cs.length();i++) {
|
||||
|
||||
|
||||
uint8_t c = cs[i];
|
||||
if (c=='%' && i<length()-2) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue