소스 검색

Correction indentation

Jean-Michel Caricand 2 년 전
부모
커밋
2cfc1915fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");