From e3347e0f2664a69c3799ab0f5db09a751282add2 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Fri, 15 May 2020 18:29:06 -0500 Subject: Fix format --- src/theory/shared_terms_database.h | 10 +++++----- 1 file 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 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 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; -- cgit v1.2.3