Browse Source

Fix indent

Rémi Verschelde 9 years ago
parent
commit
e4a2458d4c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      drivers/ogg/SCsub
  2. 1 1
      drivers/vorbis/SCsub

+ 1 - 1
drivers/ogg/SCsub

@@ -7,4 +7,4 @@ ogg_sources = [
 ]
 ]
 
 
 #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
 #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
-	env.drivers_sources+=ogg_sources
+env.drivers_sources+=ogg_sources

+ 1 - 1
drivers/vorbis/SCsub

@@ -35,4 +35,4 @@ sources_lib = [
 env.drivers_sources += sources
 env.drivers_sources += sources
 
 
 #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
 #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
-	env.drivers_sources += sources_lib
+env.drivers_sources += sources_lib