summaryrefslogtreecommitdiff
path: root/src/expr/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/command.cpp')
-rw-r--r--src/expr/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/command.cpp b/src/expr/command.cpp
index 01f7205b2..934c405ad 100644
--- a/src/expr/command.cpp
+++ b/src/expr/command.cpp
@@ -21,7 +21,7 @@ using namespace std;
namespace CVC4 {
ostream& operator<<(ostream& out, const Command* command) {
- if (command == NULL) {
+ if(command == NULL) {
out << "null";
} else {
command->toStream(out);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback