Correct the indentation

This commit is contained in:
samj1912
2016-12-22 21:18:31 +05:30
committed by GitHub
parent 572743fb6d
commit a4d8e03bc0

View File

@@ -340,7 +340,7 @@ class picard_build_ui(Command):
else:
for uifile, pyfile in ui_files():
if newer(uifile, pyfile):
compile_ui(uifile, pyfile)
compile_ui(uifile, pyfile)
from resources import compile, makeqrc
makeqrc.main()