summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_match_trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/inst_match_trie.h')
-rw-r--r--src/theory/quantifiers/inst_match_trie.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/inst_match_trie.h b/src/theory/quantifiers/inst_match_trie.h
index da8858e8a..ca878c888 100644
--- a/src/theory/quantifiers/inst_match_trie.h
+++ b/src/theory/quantifiers/inst_match_trie.h
@@ -23,7 +23,7 @@
#include "context/cdo.h"
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace quantifiers {
@@ -224,6 +224,6 @@ class InstMatchTrieOrdered
} // namespace quantifiers
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__QUANTIFIERS__INST_MATCH_TRIE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback