Whitespace fix
This commit is contained in:
parent
3e39329eff
commit
c8013c04d4
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ void push_sort_value(std::list<sort_value_t>& 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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue