mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Style: Apply clang-tidy's modernize-use-nullptr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user