summaryrefslogtreecommitdiff
path: root/src/proof/arith_proof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/arith_proof.cpp')
-rw-r--r--src/proof/arith_proof.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/arith_proof.cpp b/src/proof/arith_proof.cpp
index 100f60600..4e813d646 100644
--- a/src/proof/arith_proof.cpp
+++ b/src/proof/arith_proof.cpp
@@ -804,9 +804,9 @@ void LFSCArithProof::printOwnedSort(Type type, std::ostream& os) {
if (type.isInteger() && d_realMode) {
// If in "real mode", don't use type Int for, e.g., equality.
- os << "Real ";
+ os << "Real";
} else {
- os << type << " ";
+ os << type;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback