From e4a2458d4ccb2e6fbbb14826725bec537d633fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 24 Nov 2015 20:05:14 +0100 Subject: [PATCH] Fix indent --- drivers/ogg/SCsub | 2 +- drivers/vorbis/SCsub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ogg/SCsub b/drivers/ogg/SCsub index 11205f51356..9bfb4a47031 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 7b9ca6cc9b3..5c789970f28 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