diff options
author | Gav Wood <i@gavwood.com> | 2015-08-11 02:31:22 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-08-11 02:31:22 +0800 |
commit | 09fe2c098c798d3de7127583a0ba694e6001e6e0 (patch) | |
tree | ce7a196e53eff2d8c6f570bd3aa368999d260cbd /Assembly.h | |
parent | 8b433edc4e0b163b66f6c743bfcfea56a2e81be6 (diff) | |
download | dexon-solidity-09fe2c098c798d3de7127583a0ba694e6001e6e0.tar.gz dexon-solidity-09fe2c098c798d3de7127583a0ba694e6001e6e0.tar.zst dexon-solidity-09fe2c098c798d3de7127583a0ba694e6001e6e0.zip |
Style fixes.
Diffstat (limited to 'Assembly.h')
-rw-r--r-- | Assembly.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ protected: unsigned bytesRequired() const; private: - Json::Value streamAsmJson(std::ostream& _out, const StringMap &_sourceCodes) const; + Json::Value streamAsmJson(std::ostream& _out, StringMap const& _sourceCodes) const; std::ostream& streamAsm(std::ostream& _out, std::string const& _prefix, StringMap const& _sourceCodes) const; Json::Value createJsonValue(std::string _name, int _begin, int _end, std::string _value = std::string(), std::string _jumpType = std::string()) const; |