3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-04 16:44:07 +00:00

fix indentation

This commit is contained in:
Nikolaj Bjorner 2025-03-25 21:27:38 -07:00
parent 4fd6ba442a
commit 8368094618

View file

@ -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;