Browse Source

Merge pull request #2905 from akien-mga/master

Fix indent
Rémi Verschelde 9 years ago
parent
commit
c731dd1ba6
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":
-	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
 
 #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes":
-	env.drivers_sources += sources_lib
+env.drivers_sources += sources_lib