From 42de893f9a4ded4dfe5eef8dd8b1619b84a2cdb0 Mon Sep 17 00:00:00 2001 From: Ferenc Arn Date: Wed, 24 May 2017 17:11:20 -0500 Subject: Applied clang-format. Since PathEditorPlugin was commented out, it didn't get clang-format'ed. --- editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_node.cpp') diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 514585688..7ca8037e6 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5988,7 +5988,7 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(Particles2DEditorPlugin(this))); add_editor_plugin(memnew(GIProbeEditorPlugin(this))); add_editor_plugin(memnew(Path2DEditorPlugin(this))); - add_editor_plugin( memnew( PathEditorPlugin(this) ) ); + add_editor_plugin(memnew(PathEditorPlugin(this))); //add_editor_plugin( memnew( BakedLightEditorPlugin(this) ) ); add_editor_plugin(memnew(Line2DEditorPlugin(this))); add_editor_plugin(memnew(Polygon2DEditorPlugin(this))); -- cgit v1.2.3-70-g09d2