summaryrefslogtreecommitdiff
path: root/src/theory/substitutions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/substitutions.h')
-rw-r--r--src/theory/substitutions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/substitutions.h b/src/theory/substitutions.h
index a925d7fab..96cc37b29 100644
--- a/src/theory/substitutions.h
+++ b/src/theory/substitutions.h
@@ -30,7 +30,7 @@
#include "context/cdhashmap.h"
#include "util/hash.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/**
@@ -179,6 +179,6 @@ inline std::ostream& operator << (std::ostream& out, const SubstitutionMap& subs
std::ostream& operator<<(std::ostream& out, const theory::SubstitutionMap::iterator& i);
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__SUBSTITUTIONS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback