summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-05-21 16:28:46 +0200
committerRémi Verschelde <remi@verschelde.fr>2016-05-21 16:28:46 +0200
commita65a66b2a3b44ae93258cbdab7388752d1a05fad (patch)
tree67b2f4f4f1d69b198af548a7358b98904d9581ae /tools/editor/editor_node.h
parentb0a5347a1ceaff56e88d33fb13df2a91abae594f (diff)
parent33403d91f77f1f34b19bff763391500bc9c2616c (diff)
Merge pull request #4740 from Marqin/whitespace
remove trailing whitespace
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 8fa6cfefcf..72bf8c624c 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -451,7 +451,7 @@ private:
void _display_top_editors(bool p_display);
void _set_top_editors(Vector<EditorPlugin*> p_editor_plugins_over);
void _set_editing_top_editors(Object * p_current_object);
-
+
void _quick_opened();
void _quick_run();
@@ -746,7 +746,7 @@ public:
EditorPluginList();
~EditorPluginList();
-} ;
+} ;
struct EditorProgressBG {