diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-01 20:53:26 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-01 20:53:26 +0100 |
commit | 399b1b047498d154440f5cda4a5ceb08ea3de68e (patch) | |
tree | 34ff143ddc2d0011f100503a974ee913795bfefa /scene/SCsub | |
parent | ae3d4ac193a261c8bed28e22304ccfa2c86ccf48 (diff) |
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 'scene/SCsub')
-rw-r--r-- | scene/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/SCsub b/scene/SCsub index 8c4f0499c4..6d1dd0044f 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -18,5 +18,3 @@ SConscript('io/SCsub'); lib = env.Library("scene",env.scene_sources) env.Prepend(LIBS=[lib]) - - |