summaryrefslogtreecommitdiff
path: root/src/printer/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/printer.cpp')
-rw-r--r--src/printer/printer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/printer/printer.cpp b/src/printer/printer.cpp
index c4236d711..46e92b095 100644
--- a/src/printer/printer.cpp
+++ b/src/printer/printer.cpp
@@ -30,13 +30,13 @@
using namespace std;
-namespace CVC5 {
+namespace cvc5 {
unique_ptr<Printer> Printer::d_printers[language::output::LANG_MAX];
unique_ptr<Printer> Printer::makePrinter(OutputLanguage lang)
{
- using namespace CVC5::language::output;
+ using namespace cvc5::language::output;
switch(lang) {
case LANG_SMTLIB_V2_6:
@@ -459,4 +459,4 @@ void Printer::toStreamCmdDeclarationSequence(
printUnknownCommand(out, "sequence");
}
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback