aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRémi Verschelde2015-11-01 20:53:26 +0100
committerRémi Verschelde2015-11-01 20:53:26 +0100
commit399b1b047498d154440f5cda4a5ceb08ea3de68e (patch)
tree34ff143ddc2d0011f100503a974ee913795bfefa /main
parentae3d4ac193a261c8bed28e22304ccfa2c86ccf48 (diff)
downloadgodot-399b1b047498d154440f5cda4a5ceb08ea3de68e.tar.gz
godot-399b1b047498d154440f5cda4a5ceb08ea3de68e.tar.zst
godot-399b1b047498d154440f5cda4a5ceb08ea3de68e.zip
Cosmetic fixes to SCons buildsystem
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
Diffstat (limited to 'main')
-rw-r--r--main/SCsub2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/SCsub b/main/SCsub
index 795c427c8..fa60ffc3e 100644
--- a/main/SCsub
+++ b/main/SCsub
@@ -8,5 +8,3 @@ Export('env')
lib = env.Library("main",env.main_sources)
env.Prepend(LIBS=[lib])
-
-