summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_match.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/inst_match.cpp')
-rw-r--r--src/theory/quantifiers/inst_match.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/inst_match.cpp b/src/theory/quantifiers/inst_match.cpp
index 069d5b888..bd947d70b 100644
--- a/src/theory/quantifiers/inst_match.cpp
+++ b/src/theory/quantifiers/inst_match.cpp
@@ -107,7 +107,7 @@ void InstMatch::setValue( int i, TNode n ) {
}
bool InstMatch::set(EqualityQuery* q, int i, TNode n)
{
- Assert( i>=0 );
+ Assert(i >= 0);
if( !d_vals[i].isNull() ){
if (q->areEqual(d_vals[i], n))
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback