From 00fdadedcc9ebfacdc2c4d99ffd8e2d0bbe7acfb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 23 Jan 2009 01:09:31 -0400 Subject: Removed extraneous parentheses. --- src/op.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/op.cc b/src/op.cc index 2d71f8b5..a39ac532 100644 --- a/src/op.cc +++ b/src/op.cc @@ -229,10 +229,9 @@ bool expr_t::op_t::print(std::ostream& out, const context_t& context) const string symbol; switch (kind) { - case VALUE: { + case VALUE: as_value().print(out, context.relaxed); break; - } case IDENT: out << as_ident(); -- cgit v1.2.3