From 9bde3d979cf15b638590b726d99b4f358539e337 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 17 Jun 2013 11:19:05 +0200 Subject: [PATCH] removed whitespace --- public/include/pages/account/edit.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/pages/account/edit.inc.php b/public/include/pages/account/edit.inc.php index 2610f8f6..5b717cee 100644 --- a/public/include/pages/account/edit.inc.php +++ b/public/include/pages/account/edit.inc.php @@ -29,7 +29,7 @@ if ($user->isAuthenticated()) { } if ($continue == true) { // Send balance to address, mind fee for transaction! - try { + try { if ($setting->getValue('auto_payout_active') == 0) { $bitcoin->sendtoaddress($sCoinAddress, $dBalance); } else {