Browse Source

Whitespace.

cl-refactor
Gav Wood 10 years ago
parent
commit
339f172f80
  1. 1
      alethzero/MainWin.cpp

1
alethzero/MainWin.cpp

@ -478,7 +478,6 @@ QString Main::pretty(dev::Address _a) const
return fromRaw(n); return fromRaw(n);
} }
template <size_t N> inline string toBase36(FixedHash<N> const& _h) template <size_t N> inline string toBase36(FixedHash<N> const& _h)
{ {
static char const* c_alphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; static char const* c_alphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";

Loading…
Cancel
Save