summaryrefslogtreecommitdiff
path: root/src/theory/sets
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-09-09 16:24:15 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-10-07 18:33:12 -0400
commit461a416e254095f4bdb4b3f5f4f3258b52722e23 (patch)
tree261ca25ed7e4e15b6922e158d95aa6fb6f0c2b41 /src/theory/sets
parentb976f4da9bf79670226d7fa55e02d4c0e4c7e8ba (diff)
whitespace fixes
Diffstat (limited to 'src/theory/sets')
-rw-r--r--src/theory/sets/scrutinize.h4
-rw-r--r--src/theory/sets/theory_sets_private.cpp2
-rw-r--r--src/theory/sets/theory_sets_private.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/sets/scrutinize.h b/src/theory/sets/scrutinize.h
index a4f3f6a6d..dc5feecda 100644
--- a/src/theory/sets/scrutinize.h
+++ b/src/theory/sets/scrutinize.h
@@ -35,11 +35,11 @@ public:
}
void postCheckInvariants() const {
Debug("sets-scrutinize") << "[sets-scrutinize] postCheckInvariants()" << std::endl;
-
+
// assume not in conflict, and complete:
// - try building model
// - check it
-
+
TheorySetsPrivate::SettermElementsMap settermElementsMap;
TNode true_atom = NodeManager::currentNM()->mkConst<bool>(true);
std::set<Node> terms;
diff --git a/src/theory/sets/theory_sets_private.cpp b/src/theory/sets/theory_sets_private.cpp
index 8db4c5688..810a718b9 100644
--- a/src/theory/sets/theory_sets_private.cpp
+++ b/src/theory/sets/theory_sets_private.cpp
@@ -553,7 +553,7 @@ void TheorySetsPrivate::computeCareGraph() {
}
if(Debug.isOn("sets-care")) {
Debug("sets-care") << "[sets-care] Requesting split between" << a << " and "
- << b << "." << std::endl << "[sets-care] "
+ << b << "." << std::endl << "[sets-care] "
<< " Both current have value "
<< d_external.d_valuation.getModelValue(a) << std::endl;
}
diff --git a/src/theory/sets/theory_sets_private.h b/src/theory/sets/theory_sets_private.h
index 3d93adb48..536987073 100644
--- a/src/theory/sets/theory_sets_private.h
+++ b/src/theory/sets/theory_sets_private.h
@@ -47,7 +47,7 @@ public:
context::UserContext* u);
~TheorySetsPrivate();
-
+
void setMasterEqualityEngine(eq::EqualityEngine* eq);
void addSharedTerm(TNode);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback