From c8013c04d4be6df42decb70b5d41a2ce3aad9588 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Nov 2009 02:25:36 -0500 Subject: Whitespace fix --- src/compare.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/compare.cc') diff --git a/src/compare.cc b/src/compare.cc index 65e6a1e3..36884a46 100644 --- a/src/compare.cc +++ b/src/compare.cc @@ -44,8 +44,7 @@ void push_sort_value(std::list& sort_values, if (node->kind == expr_t::op_t::O_CONS) { push_sort_value(sort_values, node->left(), scope); push_sort_value(sort_values, node->right(), scope); - } - else { + } else { bool inverted = false; if (node->kind == expr_t::op_t::O_NEG) { -- cgit v1.2.3