From: Morgan Deters Date: Mon, 20 Aug 2012 19:55:33 +0000 (+0000) Subject: minor cleanup X-Git-Tag: cvc5-1.0.0~7860 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c38e9c2acd9ba85db68f6b52697cac6ddc0595b5;p=cvc5.git minor cleanup --- 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 */