Преглед изворни кода

Merge pull request #2905 from akien-mga/master

Fix indent
Rémi Verschelde пре 9 година
родитељ
комит
c731dd1ba6
2 измењених фајлова са 2 додато и 2 уклоњено
  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