From 822267d300dfae044e8322ac09970479c8ca8f1e Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Wed, 13 Apr 2016 18:10:25 +0100 Subject: [PATCH] Fix indentation --- ext/toolchain/commands1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index da0af1aa..dc26cc76 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1957,7 +1957,7 @@ class CommandHandler: type = None if len(self.args) > 0: type = self.args[0] - + self.ic.dist(type, self.vcRedistDir, self.qtDir) def distftp(self):