Skip to content

Commit eae5bca

Browse files
author
Daniel Kroening
committed
smt2: add a missing space
1 parent ea8d1cf commit eae5bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/smt2/smt2_conv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,7 @@ void smt2_convt::convert_with(const with_exprt &expr)
36113611
// the member is at the end
36123612
out << "(concat ";
36133613
convert_expr(value);
3614-
out << "((_ extract " << (m.offset-1) << " 0) ?withop))";
3614+
out << " ((_ extract " << (m.offset - 1) << " 0) ?withop))";
36153615
}
36163616
else
36173617
{

0 commit comments

Comments
 (0)