From c38e9c2acd9ba85db68f6b52697cac6ddc0595b5 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 20 Aug 2012 19:55:33 +0000 Subject: [PATCH] minor cleanup --- src/theory/quantifiers/inst_match.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/theory/quantifiers/inst_match.cpp b/src/theory/quantifiers/inst_match.cpp index 14a84ea72..ce35607d4 100644 --- a/src/theory/quantifiers/inst_match.cpp +++ b/src/theory/quantifiers/inst_match.cpp @@ -881,4 +881,6 @@ int InstMatchGeneratorSimple::addTerm( Node f, Node t, QuantifiersEngine* qe ){ return qe->addInstantiation( f, m ) ? 1 : 0; } -}}} +}/* CVC4::theory::inst namespace */ +}/* CVC4::theory namespace */ +}/* CVC4 namespace */ -- 2.30.2