summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranwu1219 <haozewu@stanford.edu>2018-09-26 01:12:40 -0700
committeranwu1219 <haozewu@stanford.edu>2018-09-26 01:12:40 -0700
commit033edf18aa709e2645815dc5c9a1b3c0fd44a593 (patch)
tree858f2a3b6b65db10fd92c47af3b67767ced6ffb9
parent23e452f45356774ed40c2e8d52894eda0035aacb (diff)
fix style
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index f721b88ae..37f017602 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -2980,7 +2980,7 @@ bool SmtEnginePrivate::simplifyAssertions()
->apply(&d_assertions);
if (res == PreprocessingPassResult::CONFLICT)
{
- return false;
+ return false;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback