Fix indentation

This commit is contained in:
Jerry (Xinyu Hou) 2016-04-13 18:10:25 +01:00
parent d196ec5e9a
commit 822267d300
1 changed files with 1 additions and 1 deletions

View File

@ -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):