summaryrefslogtreecommitdiff
path: root/src/main/time_limit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/time_limit.h')
-rw-r--r--src/main/time_limit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/time_limit.h b/src/main/time_limit.h
index 62dc6a6a3..ce55523f1 100644
--- a/src/main/time_limit.h
+++ b/src/main/time_limit.h
@@ -19,7 +19,7 @@
#include "options/options.h"
-namespace CVC5 {
+namespace cvc5 {
namespace main {
/**
@@ -47,6 +47,6 @@ struct TimeLimit
TimeLimit install_time_limit(const Options& opts);
} // namespace main
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__MAIN__TIME_LIMIT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback