summaryrefslogtreecommitdiff
path: root/scene/resources/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/SCsub')
-rw-r--r--scene/resources/SCsub6
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub
index 702ed1a9bf..60b16cd0d4 100644
--- a/scene/resources/SCsub
+++ b/scene/resources/SCsub
@@ -2,9 +2,9 @@
Import('env')
-env.add_source_files(env.scene_sources,"*.cpp")
-env.add_source_files(env.scene_sources,"*.c")
+env.add_source_files(env.scene_sources, "*.cpp")
+env.add_source_files(env.scene_sources, "*.c")
Export('env')
-SConscript("default_theme/SCsub");
+SConscript("default_theme/SCsub")