tfix indentation - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit a7102bee786520dad505ad682d742c09b74013c1
DIR parent 397f07ca823a54351a3dd83692379fced9383c7b
HTML 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(-)
---
DIR diff --git a/plugins/trezor.py b/plugins/trezor.py
t@@ -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):