changed spaces to tabs

This commit is contained in:
DhruvMaroo
2021-05-30 22:29:41 +05:30
parent bdc5674ace
commit 492285f681
2 changed files with 3 additions and 3 deletions

View File

@@ -74,8 +74,8 @@ String::String(const String &other) {
}
String::String(String&& other) {
godot::api->godot_string_new_copy(&_godot_string, &other._godot_string);
godot::api->godot_string_destroy(&_godot_string);
godot::api->godot_string_new_copy(&_godot_string, &other._godot_string);
godot::api->godot_string_destroy(&_godot_string);
}
String::~String() {