From 897724964cbf5847b0cc913f97e77e2a3e427a94 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 17 Dec 2025 09:46:41 -0800 Subject: [PATCH] fix indentation --- src/smt/smt_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/smt_setup.cpp b/src/smt/smt_setup.cpp index 4ed908466..a27bc99f2 100644 --- a/src/smt/smt_setup.cpp +++ b/src/smt/smt_setup.cpp @@ -646,7 +646,7 @@ namespace smt { m_context.register_plugin(alloc(smt::theory_idl, m_context)); else m_context.register_plugin(alloc(smt::theory_rdl, m_context)); - } + } break; case arith_solver_id::AS_DENSE_DIFF_LOGIC: m_params.m_arith_eq2ineq = true;