Explorar o código

Correction indentation

Jean-Michel Caricand %!s(int64=2) %!d(string=hai) anos
pai
achega
2cfc1915fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      generate.py

+ 1 - 1
generate.py

@@ -490,7 +490,7 @@ def generateVCXPROJ(conf, ctx, lib, type):
         out.write("</Link>\n");    
         out.write("</ItemDefinitionGroup>\n");
 
-    out.write("<ItemGroup>\n");
+        out.write("<ItemGroup>\n");
         for file in lib["header"]["files"]:
         if "h"==file["ext"]:
             out.write("  <ClInclude Include=\""+os.path.relpath(file["path"], filepath)+"\"/>\n");