Merge pull request #758 from wozz/spacing-fix
authorThomasV <thomasv1@gmx.de>
Fri, 11 Jul 2014 16:53:27 +0000 (18:53 +0200)
committerThomasV <thomasv1@gmx.de>
Fri, 11 Jul 2014 16:53:27 +0000 (18:53 +0200)
fix spacing for indent

gui/qt/installwizard.py

index 5e03566..06f7190 100644 (file)
@@ -545,7 +545,7 @@ class InstallWizard(QDialog):
                 wallet.create_accounts(password)
 
             else:
-                 wallet = run_hook('installwizard_restore', self, self.storage)
+                wallet = run_hook('installwizard_restore', self, self.storage)
 
             # create first keys offline
             self.waiting_dialog(wallet.synchronize)