diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-05 02:42:26 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-05 02:45:24 -0400 |
commit | de816e830776e5b8dad117c7376858f590994377 (patch) | |
tree | e68e74ae9969142c35bfba1091a282493710d24a /src/expr.h | |
parent | db52ad86d5cd12ddd1f1bac9e654dbf18c750ac3 (diff) | |
download | fork-ledger-de816e830776e5b8dad117c7376858f590994377.tar.gz fork-ledger-de816e830776e5b8dad117c7376858f590994377.tar.bz2 fork-ledger-de816e830776e5b8dad117c7376858f590994377.zip |
Whitespace fix.
Diffstat (limited to 'src/expr.h')
-rw-r--r-- | src/expr.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -128,13 +128,13 @@ public: bool is_constant() const; bool is_function() const; - value_t& constant_value(); + value_t& constant_value(); const value_t& constant_value() const; function_t& get_function(); - void print(std::ostream& out) const; - void dump(std::ostream& out) const; + void print(std::ostream& out) const; + void dump(std::ostream& out) const; static value_t eval(const string& _expr, scope_t& scope); }; |