summaryrefslogtreecommitdiff
path: root/src/theory/assertion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/assertion.h')
-rw-r--r--src/theory/assertion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/assertion.h b/src/theory/assertion.h
index 10f300d69..4971dee00 100644
--- a/src/theory/assertion.h
+++ b/src/theory/assertion.h
@@ -21,7 +21,7 @@
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/** Information about an assertion for the theories. */
@@ -48,6 +48,6 @@ struct Assertion {
std::ostream& operator<<(std::ostream& out, const Assertion& a);
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ASSERTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback