summaryrefslogtreecommitdiff
path: root/src/theory/bv/abstraction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/abstraction.cpp')
-rw-r--r--src/theory/bv/abstraction.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/theory/bv/abstraction.cpp b/src/theory/bv/abstraction.cpp
index 16f77f925..cb829aba6 100644
--- a/src/theory/bv/abstraction.cpp
+++ b/src/theory/bv/abstraction.cpp
@@ -755,9 +755,10 @@ Node AbstractionModule::simplifyConflict(TNode conflict) {
return new_conflict;
}
-
-void DebugPrintInstantiations(const std::vector< std::vector<ArgsVec> >& instantiations,
- const std::vector<TNode> functions) {
+void DebugPrintInstantiations(
+ const std::vector<std::vector<ArgsVec> >& instantiations,
+ const std::vector<TNode>& functions)
+{
// print header
Debug("bv-abstraction-dbg") <<"[ ";
for (unsigned i = 0; i < functions.size(); ++i) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback