summaryrefslogtreecommitdiff
path: root/src/theory/inference_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/inference_id.cpp')
-rw-r--r--src/theory/inference_id.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/inference_id.cpp b/src/theory/inference_id.cpp
index f96a9e244..8b35f5645 100644
--- a/src/theory/inference_id.cpp
+++ b/src/theory/inference_id.cpp
@@ -16,7 +16,7 @@
#include <iostream>
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
const char* toString(InferenceId i)
@@ -357,4 +357,4 @@ std::ostream& operator<<(std::ostream& out, InferenceId i)
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback