diff options
author | Christian <c@ethdev.com> | 2015-02-25 23:00:23 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-02-25 23:22:30 +0800 |
commit | 66b6860eb88c027244abd75393f59b6b68268f6e (patch) | |
tree | dbcd3d8d6d988bc42f90f3ea97791143b439d39b /LValue.h | |
parent | 29c614ebaf551006bc6c028592917e8f0dd5cf96 (diff) | |
download | dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.gz dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.bz2 dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.lz dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.xz dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.tar.zst dexon-solidity-66b6860eb88c027244abd75393f59b6b68268f6e.zip |
Stylistic changes.
Diffstat (limited to 'LValue.h')
-rw-r--r-- | LValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ public: /// Moves a value from the stack to the lvalue. Removes the value if @a _move is true. /// @a _location is the source location of the expression that caused this operation. /// Stack pre: value [lvalue_ref] - /// Stack post if !_move: value_of(lvalue_ref) + /// Stack post: if !_move: value_of(lvalue_ref) virtual void storeValue(Type const& _sourceType, SourceLocation const& _location = SourceLocation(), bool _move = false) const = 0; /// Stores zero in the lvalue. |