Browse Source

Merge pull request #2905 from akien-mga/master

Fix indent
Rémi Verschelde 9 năm trước cách đây
mục cha
commit
c731dd1ba6
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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