summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2020-05-15 18:29:06 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2020-05-15 18:29:06 -0500
commite3347e0f2664a69c3799ab0f5db09a751282add2 (patch)
treef7f631ee164520a213cd1a70d88ceda72f9439f9
parent47a084552a39f4612fcec921708718a34465a20c (diff)
Fix format
-rw-r--r--src/theory/shared_terms_database.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/theory/shared_terms_database.h b/src/theory/shared_terms_database.h
index ccee94c8d..5abf0b281 100644
--- a/src/theory/shared_terms_database.h
+++ b/src/theory/shared_terms_database.h
@@ -35,7 +35,7 @@ class TheoryEngine;
class SharedTermsDatabase : public context::ContextNotifyObj {
-public:
+ public:
/** A container for a list of shared terms */
typedef std::vector<TNode> shared_terms_list;
@@ -43,7 +43,7 @@ public:
/** The iterator to go through the shared terms list */
typedef shared_terms_list::const_iterator shared_terms_iterator;
-private:
+ private:
/** Some statistics */
IntStat d_statSharedTerms;
@@ -72,7 +72,7 @@ private:
typedef context::CDHashSet<Node, NodeHashFunction> RegisteredEqualitiesSet;
RegisteredEqualitiesSet d_registeredEqualities;
-private:
+ private:
/** This method removes all the un-necessary stuff from the maps */
void backtrack();
@@ -162,7 +162,7 @@ private:
*/
void checkForConflict();
-public:
+ public:
SharedTermsDatabase(TheoryEngine* theoryEngine, context::Context* context,
context::UserContext* userContext,
@@ -256,7 +256,7 @@ public:
*/
theory::eq::EqualityEngine* getEqualityEngine() { return &d_equalityEngine; }
-protected:
+ protected:
/** Pointer to the lazy proof of TheoryEngine */
LazyCDProof* d_lazyPf;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback