From c40c4313a40759b0a657b9dbef453474a706eaac Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 18 May 2020 18:07:40 -0700 Subject: [PATCH] parens Signed-off-by: Nikolaj Bjorner --- src/smt/smt_parallel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smt/smt_parallel.cpp b/src/smt/smt_parallel.cpp index 6a0a18bd5..591137b9a 100644 --- a/src/smt/smt_parallel.cpp +++ b/src/smt/smt_parallel.cpp @@ -30,6 +30,7 @@ namespace smt { lbool parallel::operator()(expr_ref_vector const& asms) { return l_undef; } +} #else