summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp/tptp_input.cpp')
-rw-r--r--src/parser/tptp/tptp_input.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/tptp/tptp_input.cpp b/src/parser/tptp/tptp_input.cpp
index 97021b4e9..f3489f3fe 100644
--- a/src/parser/tptp/tptp_input.cpp
+++ b/src/parser/tptp/tptp_input.cpp
@@ -26,7 +26,7 @@
#include "parser/tptp/TptpParser.h"
#include "parser/tptp/tptp.h"
-namespace CVC4 {
+namespace CVC5 {
namespace parser {
/* Use lookahead=2 */
@@ -68,5 +68,5 @@ api::Term TptpInput::parseExpr()
return d_pTptpParser->parseExpr(d_pTptpParser);
}
-}/* CVC4::parser namespace */
-}/* CVC4 namespace */
+} // namespace parser
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback