Browse Source

one more style fix

cl-refactor
Liana Husikyan 10 years ago
parent
commit
1b2efc5bf2
  1. 2
      libevmcore/Assembly.h

2
libevmcore/Assembly.h

@ -124,7 +124,7 @@ public:
std::ostream& streamRLP(std::ostream& _out, std::string const& _prefix = "", const StringMap &_sourceCodes = StringMap()) const;
protected:
std::string getLocationFromSources(const StringMap &_sourceCodes, const SourceLocation &_location) const;
std::string getLocationFromSources(StringMap const& _sourceCodes, SourceLocation const& _location) const;
void donePath() { if (m_totalDeposit != INT_MAX && m_totalDeposit != m_deposit) BOOST_THROW_EXCEPTION(InvalidDeposit()); }
unsigned bytesRequired() const;

Loading…
Cancel
Save