소스 검색

Correction indentation

Jean-Michel Caricand 2 년 전
부모
커밋
b21a9ed80d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      generate.py

+ 1 - 1
generate.py

@@ -144,7 +144,7 @@ def parseSettings(conf, node, ctx, lib):
     for child in list(node):
         if child.tag=="define":
             parseDefines(ctx, child, lib[tag])    
-                else:
+        else:
             parseError("unhanded element: "+child.tag)
 
 def parseDeps(node):