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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/assertion.cpp b/src/theory/assertion.cpp
index b21025314..17806738c 100644
--- a/src/theory/assertion.cpp
+++ b/src/theory/assertion.cpp
@@ -16,7 +16,7 @@
#include "theory/assertion.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
std::ostream& operator<<(std::ostream& out, const Assertion& a) {
@@ -24,4 +24,4 @@ std::ostream& operator<<(std::ostream& out, const Assertion& a) {
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback