summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/index_trie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/index_trie.cpp')
-rw-r--r--src/theory/quantifiers/index_trie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/index_trie.cpp b/src/theory/quantifiers/index_trie.cpp
index 444882729..8c00efb0e 100644
--- a/src/theory/quantifiers/index_trie.cpp
+++ b/src/theory/quantifiers/index_trie.cpp
@@ -15,7 +15,7 @@
**/
#include "theory/quantifiers/index_trie.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace quantifiers {
@@ -114,4 +114,4 @@ IndexTrieNode* IndexTrie::addRec(IndexTrieNode* n,
}
} // namespace quantifiers
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback