summaryrefslogtreecommitdiff
path: root/servers/physics/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics/SCsub')
-rw-r--r--servers/physics/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics/SCsub b/servers/physics/SCsub
index b527f38ceb..c0ee2cc739 100644
--- a/servers/physics/SCsub
+++ b/servers/physics/SCsub
@@ -2,7 +2,7 @@
Import('env')
-env.add_source_files(env.servers_sources,"*.cpp")
+env.add_source_files(env.servers_sources, "*.cpp")
Export('env')