summaryrefslogtreecommitdiff
path: root/drivers/theora
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-11-01 20:53:26 +0100
committerRémi Verschelde <rverschelde@gmail.com>2015-11-01 20:53:26 +0100
commit399b1b047498d154440f5cda4a5ceb08ea3de68e (patch)
tree34ff143ddc2d0011f100503a974ee913795bfefa /drivers/theora
parentae3d4ac193a261c8bed28e22304ccfa2c86ccf48 (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 'drivers/theora')
-rw-r--r--drivers/theora/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/theora/SCsub b/drivers/theora/SCsub
index ecabce6c9d..faa1ede6a7 100644
--- a/drivers/theora/SCsub
+++ b/drivers/theora/SCsub
@@ -1,4 +1,3 @@
-
Import('env')
sources = [
@@ -34,5 +33,3 @@ sources = [
if env['use_theoraplayer_binary'] != "yes":
env.drivers_sources += sources
-
-