summaryrefslogtreecommitdiff
path: root/src/util/command.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2009-11-24 21:28:03 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2009-11-24 21:28:03 +0000
commit6f6a6bc95e661996a08b882ef6c7fdbdd0140e80 (patch)
tree34817ff3302977be6ff0f62db1c66b96681b1a77 /src/util/command.h
parent811158832b74e3b101af2c7473f4e11a41377dd4 (diff)
Partial parser for booleans
Diffstat (limited to 'src/util/command.h')
-rw-r--r--src/util/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/command.h b/src/util/command.h
index d1257f323..36097b7a5 100644
--- a/src/util/command.h
+++ b/src/util/command.h
@@ -14,7 +14,8 @@
namespace CVC4 {
-class Command { // distinct from Exprs
+class Command {
+ // distinct from Exprs
};
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback