remove trailing whitespace
This commit is contained in:
parent
1dad6eca81
commit
4a4f247914
386 changed files with 7664 additions and 7664 deletions
|
|
@ -261,13 +261,13 @@ EditorPlugin* EditorData::get_subeditor(Object *p_object) {
|
|||
}
|
||||
|
||||
EditorPlugin* EditorData::get_editor(String p_name) {
|
||||
|
||||
|
||||
for(int i=0;i<editor_plugins.size();i++) {
|
||||
|
||||
|
||||
if (editor_plugins[i]->get_name()==p_name)
|
||||
return editor_plugins[i];
|
||||
}
|
||||
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue