mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: Cleanup uses of double spaces between words
Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot.
This commit is contained in:
@@ -889,7 +889,7 @@ Error encode_variant(const Variant &p_variant, uint8_t *r_buffer, int &r_len, bo
|
||||
// Test for potential wrong values sent by the debugger when it breaks.
|
||||
Object *obj = p_variant.get_validated_object();
|
||||
if (!obj) {
|
||||
// Object is invalid, send a nullptr instead.
|
||||
// Object is invalid, send a nullptr instead.
|
||||
if (buf) {
|
||||
encode_uint32(Variant::NIL, buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user