summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-05-31 08:58:37 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-05-31 09:00:37 +0200
commit43b7ebf0a0478d7b04620b03920fd82041afb588 (patch)
tree0532156ef2bdeac7cd461ffc2014ee75bd25f2a0 /modules
parente823a366d02cdcd8ac48f635eeb6127962aeeb2a (diff)
Style: Apply clang-format (5.0) to some missed files
Diffstat (limited to 'modules')
-rw-r--r--modules/csg/register_types.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/csg/register_types.cpp b/modules/csg/register_types.cpp
index 020724ee59..0dea09808a 100644
--- a/modules/csg/register_types.cpp
+++ b/modules/csg/register_types.cpp
@@ -30,8 +30,8 @@
#include "register_types.h"
-#include "csg_shape.h"
#include "csg_gizmos.h"
+#include "csg_shape.h"
void register_csg_types() {
@@ -51,9 +51,7 @@ void register_csg_types() {
EditorPlugins::add_by_type<EditorPluginCSG>();
#endif
#endif
-
}
void unregister_csg_types() {
-
}