mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
remove trailing whitespace
This commit is contained in:
parent
b0a5347a1c
commit
33403d91f7
24 changed files with 80 additions and 80 deletions
|
|
@ -1712,7 +1712,7 @@ void EditorNode::_edit_current() {
|
|||
_set_top_editors(sub_plugins);
|
||||
_set_editing_top_editors(current_obj);
|
||||
_display_top_editors(true);
|
||||
|
||||
|
||||
} else if (!editor_plugins_over->get_plugins_list().empty()) {
|
||||
|
||||
_hide_top_editors();
|
||||
|
|
@ -6400,7 +6400,7 @@ EditorNode::EditorNode() {
|
|||
|
||||
|
||||
EditorNode::~EditorNode() {
|
||||
|
||||
|
||||
memdelete( EditorHelp::get_doc_data() );
|
||||
memdelete(editor_selection);
|
||||
memdelete(editor_plugins_over);
|
||||
|
|
@ -6466,6 +6466,6 @@ EditorPluginList::EditorPluginList() {
|
|||
|
||||
EditorPluginList::~EditorPluginList() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue