summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ematching/trigger_trie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ematching/trigger_trie.cpp')
-rw-r--r--src/theory/quantifiers/ematching/trigger_trie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/ematching/trigger_trie.cpp b/src/theory/quantifiers/ematching/trigger_trie.cpp
index c8a13d447..7ca925b53 100644
--- a/src/theory/quantifiers/ematching/trigger_trie.cpp
+++ b/src/theory/quantifiers/ematching/trigger_trie.cpp
@@ -14,7 +14,7 @@
#include "theory/quantifiers/ematching/trigger_trie.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace quantifiers {
namespace inst {
@@ -74,4 +74,4 @@ void TriggerTrie::addTrigger(std::vector<Node>& nodes, inst::Trigger* t)
} // namespace inst
} // namespace quantifiers
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback