From d3da878dda24bc5c03797059e5ef25b393ce3cef Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sun, 7 Apr 2013 23:21:09 -0700 Subject: [PATCH] Whitespace. --- src/cpp/ripple/RippleState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/RippleState.h b/src/cpp/ripple/RippleState.h index cefcd033ae..f38aa45d00 100644 --- a/src/cpp/ripple/RippleState.h +++ b/src/cpp/ripple/RippleState.h @@ -43,7 +43,7 @@ public: AccountItem::pointer makeItem(const uint160& accountID, SerializedLedgerEntry::ref ledgerEntry); LedgerEntryType getType(){ return(ltRIPPLE_STATE); } - void setViewAccount(const uint160& accountID); + void setViewAccount(const uint160& accountID); const uint160& getAccountID() const { return mViewLowest ? mLowID : mHighID; } const uint160& getAccountIDPeer() const { return !mViewLowest ? mLowID : mHighID; }