summaryrefslogtreecommitdiff
path: root/src/theory/assertion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/assertion.cpp')
-rw-r--r--src/theory/assertion.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/assertion.cpp b/src/theory/assertion.cpp
index c0ba30c5b..b21025314 100644
--- a/src/theory/assertion.cpp
+++ b/src/theory/assertion.cpp
@@ -16,12 +16,12 @@
#include "theory/assertion.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
std::ostream& operator<<(std::ostream& out, const Assertion& a) {
return out << a.d_assertion;
}
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace theory
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback