From 4214dd7f2fa6203bc8cb7c3bd761a94b3b7ca265 Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Tue, 23 Jun 2015 15:11:18 +0200 Subject: [PATCH] style --- ethkey/KeyAux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethkey/KeyAux.h b/ethkey/KeyAux.h index 24892bac0..ae8eaed92 100644 --- a/ethkey/KeyAux.h +++ b/ethkey/KeyAux.h @@ -203,7 +203,7 @@ public: { wallet.create(m_masterPassword); } - catch(Exception const& _e) + catch (Exception const& _e) { cerr << "unable to create wallet" << endl << boost::diagnostic_information(_e); }