From d47c637129035edb3cc435d693c5e3cad036886d Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 12 Jan 2013 22:05:20 -0800 Subject: [PATCH] Cosmetic. --- src/cpp/ripple/AccountItems.h | 8 +++++--- src/cpp/ripple/OrderBookDB.h | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/cpp/ripple/AccountItems.h b/src/cpp/ripple/AccountItems.h index fc4afe7c7b..3382dff265 100644 --- a/src/cpp/ripple/AccountItems.h +++ b/src/cpp/ripple/AccountItems.h @@ -4,9 +4,9 @@ #include "Ledger.h" #include "SerializedLedger.h" -/* -Way to fetch ledger entries from an account's owner dir -*/ +// +// Fetch ledger entries from an account's owner dir. +// class AccountItem { protected: @@ -42,3 +42,5 @@ public: }; #endif + +// vim:ts=4 diff --git a/src/cpp/ripple/OrderBookDB.h b/src/cpp/ripple/OrderBookDB.h index 206898dadc..ded3562ae4 100644 --- a/src/cpp/ripple/OrderBookDB.h +++ b/src/cpp/ripple/OrderBookDB.h @@ -27,4 +27,6 @@ public: // returns the best rate we can find float getPrice(uint160& currencyIn,uint160& currencyOut); -}; \ No newline at end of file +}; + +// vim:ts=4