Explorar el Código

Correction indentation

Jean-Michel Caricand hace 2 años
padre
commit
b21a9ed80d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):