1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

remove trailing whitespace

(cherry picked from commit 4a4f247914)
This commit is contained in:
Hubert Jarosz
2016-03-09 00:00:52 +01:00
committed by Rémi Verschelde
parent 830947feaf
commit 424a104666
386 changed files with 7664 additions and 7664 deletions

View File

@@ -1510,7 +1510,7 @@ Variant GDScript::_new(const Variant** p_args,int p_argcount,Variant::CallError&
return Variant();
}
if (ref.is_valid()) {
if (ref.is_valid()) {
return ref;
} else {
return owner;
@@ -2008,7 +2008,7 @@ void GDScript::_get_property_list(List<PropertyInfo> *p_properties) const {
void GDScript::_bind_methods() {
ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"new",&GDScript::_new,MethodInfo("new"));
ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"new",&GDScript::_new,MethodInfo("new"));
ObjectTypeDB::bind_method(_MD("get_as_byte_code"),&GDScript::get_as_byte_code);