From a4d8e03bc0f7edc7bb05a485d0b1ea3b729b51e6 Mon Sep 17 00:00:00 2001 From: samj1912 Date: Thu, 22 Dec 2016 21:18:31 +0530 Subject: [PATCH] Correct the indentation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2eb4cabb8..13c7ea10b 100755 --- a/setup.py +++ b/setup.py @@ -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()