diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-24 20:05:14 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-24 20:05:14 +0100 |
commit | e4a2458d4ccb2e6fbbb14826725bec537d633fa2 (patch) | |
tree | f8b2afae4aca55023cf44bf2b3ba1b691c61e333 | |
parent | 045844fc47b84139752fd2652809fdaae2ab0090 (diff) |
Fix indent
-rw-r--r-- | drivers/ogg/SCsub | 2 | ||||
-rw-r--r-- | drivers/vorbis/SCsub | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ogg/SCsub b/drivers/ogg/SCsub index 11205f5135..9bfb4a4703 100644 --- a/drivers/ogg/SCsub +++ b/drivers/ogg/SCsub @@ -7,4 +7,4 @@ ogg_sources = [ ] #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": - env.drivers_sources+=ogg_sources +env.drivers_sources+=ogg_sources diff --git a/drivers/vorbis/SCsub b/drivers/vorbis/SCsub index 7b9ca6cc9b..5c789970f2 100644 --- a/drivers/vorbis/SCsub +++ b/drivers/vorbis/SCsub @@ -35,4 +35,4 @@ sources_lib = [ env.drivers_sources += sources #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": - env.drivers_sources += sources_lib +env.drivers_sources += sources_lib |