summaryrefslogtreecommitdiff
path: root/src/util/tuple.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/tuple.h')
-rw-r--r--src/util/tuple.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/tuple.h b/src/util/tuple.h
index 571bfe797..5a3693691 100644
--- a/src/util/tuple.h
+++ b/src/util/tuple.h
@@ -23,7 +23,7 @@
#include <vector>
#include <utility>
-namespace CVC5 {
+namespace cvc5 {
class TupleUpdate
{
@@ -49,6 +49,6 @@ inline std::ostream& operator<<(std::ostream& out, const TupleUpdate& t) {
return out << "[" << t.getIndex() << "]";
}
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__TUPLE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback