Procházet zdrojové kódy

修正缩进为tab

tanghai před 15 roky
rodič
revize
cbe444d98a
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      SConstruct

+ 4 - 4
SConstruct

@@ -8,10 +8,10 @@ def ParseOptions():
 		default='dbg',
 		help='build in opt mode, default dbg mode')
 	AddOption("--ntest",
-	    action="store_true",
-	    dest="ntest",
-	    default=False,
-	    help="dont build test")
+		action="store_true",
+		dest="ntest",
+		default=False,
+		help="dont build test")
 
 ParseOptions()