summaryrefslogtreecommitdiff
path: root/src/smt/logic_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/logic_exception.h')
-rw-r--r--src/smt/logic_exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/logic_exception.h b/src/smt/logic_exception.h
index 5d5b02162..86e386e9a 100644
--- a/src/smt/logic_exception.h
+++ b/src/smt/logic_exception.h
@@ -27,7 +27,7 @@
namespace CVC4 {
class CVC4_PUBLIC LogicException : public CVC4::Exception {
-public:
+ public:
LogicException() :
Exception("Feature used while operating in "
"incorrect state") {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback