mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
fix indentation
This commit is contained in:
parent
4fd6ba442a
commit
8368094618
|
@ -711,7 +711,7 @@ expr_ref bool_rewriter::simplify_eq_ite(expr* value, expr* ite) {
|
|||
if (!m_marked.is_marked(t))
|
||||
todo.push_back(t);
|
||||
if (!m_marked.is_marked(e))
|
||||
todo.push_back(e);
|
||||
todo.push_back(e);
|
||||
continue;
|
||||
}
|
||||
is_disjoint = false;
|
||||
|
|
Loading…
Reference in a new issue