summaryrefslogtreecommitdiff
path: root/src/smt/node_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/node_command.h')
-rw-r--r--src/smt/node_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/node_command.h b/src/smt/node_command.h
index 0820ea807..9ba2b316d 100644
--- a/src/smt/node_command.h
+++ b/src/smt/node_command.h
@@ -25,7 +25,7 @@
#include "expr/type_node.h"
#include "options/language.h"
-namespace CVC5 {
+namespace cvc5 {
/**
* A node version of Command. DO NOT use this version unless there is a need
@@ -142,6 +142,6 @@ class DefineFunctionNodeCommand : public NodeCommand
Node d_formula;
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__SMT__NODE_COMMAND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback