summaryrefslogtreecommitdiff
path: root/src/theory/trust_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/trust_node.cpp')
-rw-r--r--src/theory/trust_node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/trust_node.cpp b/src/theory/trust_node.cpp
index 7458b95e5..5a3c9e080 100644
--- a/src/theory/trust_node.cpp
+++ b/src/theory/trust_node.cpp
@@ -17,7 +17,7 @@
#include "expr/proof_ensure_closed.h"
#include "expr/proof_generator.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
const char* toString(TrustNodeKind tnk)
@@ -146,4 +146,4 @@ std::ostream& operator<<(std::ostream& out, TrustNode n)
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback