소스 검색

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