summaryrefslogtreecommitdiff
path: root/src/proof/dot/dot_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/dot/dot_printer.h')
-rw-r--r--src/proof/dot/dot_printer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/dot/dot_printer.h b/src/proof/dot/dot_printer.h
index 173495780..3bcc1cd73 100644
--- a/src/proof/dot/dot_printer.h
+++ b/src/proof/dot/dot_printer.h
@@ -21,7 +21,7 @@
#include "expr/proof_node.h"
-namespace CVC5 {
+namespace cvc5 {
namespace proof {
class DotPrinter
@@ -69,6 +69,6 @@ class DotPrinter
};
} // namespace proof
-} // namespace CVC5
+} // namespace cvc5
#endif \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback