Procházet zdrojové kódy

Correction indentation

Jean-Michel Caricand před 2 roky
rodič
revize
2cfc1915fc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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");