summaryrefslogtreecommitdiff
path: root/src/expr/emptyset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/emptyset.h')
-rw-r--r--src/expr/emptyset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/emptyset.h b/src/expr/emptyset.h
index febb4e111..aa6d5e143 100644
--- a/src/expr/emptyset.h
+++ b/src/expr/emptyset.h
@@ -23,7 +23,7 @@
#include <iosfwd>
#include <memory>
-namespace CVC5 {
+namespace cvc5 {
class TypeNode;
@@ -60,6 +60,6 @@ struct EmptySetHashFunction
size_t operator()(const EmptySet& es) const;
}; /* struct EmptySetHashFunction */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EMPTY_SET_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback