1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Style: Apply clang-tidy's modernize-use-nullptr

This commit is contained in:
Rémi Verschelde
2021-04-05 14:02:50 +02:00
parent 65a2888057
commit 9bbe51dc27
21 changed files with 50 additions and 50 deletions

View File

@@ -454,7 +454,7 @@ void HTTPRequest::_request_done(int p_status, int p_code, const PackedStringArra
is_compressed = false;
}
const PackedByteArray *data = NULL;
const PackedByteArray *data = nullptr;
if (accept_gzip && is_compressed && p_data.size() > 0) {
// Decompress request body