Browse Source

style

cl-refactor
CJentzsch 10 years ago
parent
commit
4214dd7f2f
  1. 2
      ethkey/KeyAux.h

2
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);
}

Loading…
Cancel
Save