From b52a2c1ef0926695b50bbc439b9fd408ac409c9d Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 15 May 2012 19:11:55 -0700 Subject: [PATCH] Cosmetic change. --- src/SerializedLedger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SerializedLedger.h b/src/SerializedLedger.h index a553003023..51974fbe44 100644 --- a/src/SerializedLedger.h +++ b/src/SerializedLedger.h @@ -33,7 +33,7 @@ public: virtual bool isEquivalent(const SerializedType& t) const; const uint256& getIndex() const { return mIndex; } - void setIndex(const uint256& i) { mIndex=i; } + void setIndex(const uint256& i) { mIndex = i; } LedgerEntryType getType() const { return mType; } uint16 getVersion() const { return mVersion.getValue(); }