1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

remove trailing whitespace

This commit is contained in:
Hubert Jarosz
2016-05-21 15:29:25 +02:00
parent b0a5347a1c
commit 33403d91f7
24 changed files with 80 additions and 80 deletions

View File

@@ -116,7 +116,7 @@ Error HTTPClient::request_raw( Method p_method, const String& p_url, const Vecto
}
request+="\r\n";
CharString cs=request.utf8();
DVector<uint8_t> data;
//Maybe this goes faster somehow?