Selaa lähdekoodia

Correction indentation

Jean-Michel Caricand 2 vuotta sitten
vanhempi
commit
b21a9ed80d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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):