3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-06 15:26:15 +00:00

fix indentation

This commit is contained in:
Nikolaj Bjorner 2025-12-17 09:46:41 -08:00
parent 3469dda936
commit 897724964c

View file

@ -646,7 +646,7 @@ namespace smt {
m_context.register_plugin(alloc(smt::theory_idl, m_context)); m_context.register_plugin(alloc(smt::theory_idl, m_context));
else else
m_context.register_plugin(alloc(smt::theory_rdl, m_context)); m_context.register_plugin(alloc(smt::theory_rdl, m_context));
} }
break; break;
case arith_solver_id::AS_DENSE_DIFF_LOGIC: case arith_solver_id::AS_DENSE_DIFF_LOGIC:
m_params.m_arith_eq2ineq = true; m_params.m_arith_eq2ineq = true;