commit a7102bee786520dad505ad682d742c09b74013c1 parent 397f07ca823a54351a3dd83692379fced9383c7b Author: ThomasV <thomasv@gitorious> Date: Wed, 10 Sep 2014 23:12:28 +0200 fix indentation Diffstat:
M | plugins/trezor.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/trezor.py b/plugins/trezor.py @@ -133,9 +133,9 @@ class Plugin(BasePlugin): layout.addWidget(change_label_button,3,1) if d.exec_(): - return True + return True else: - return False + return False class TrezorWallet(NewWallet):