Skip to content

Commit 8368094

Browse files
fix indentation
1 parent 4fd6ba4 commit 8368094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/rewriter/bool_rewriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ expr_ref bool_rewriter::simplify_eq_ite(expr* value, expr* ite) {
711711
if (!m_marked.is_marked(t))
712712
todo.push_back(t);
713713
if (!m_marked.is_marked(e))
714-
todo.push_back(e);
714+
todo.push_back(e);
715715
continue;
716716
}
717717
is_disjoint = false;

0 commit comments

Comments
 (0)