From 16933a049f16d7ffdff3ed8706ca44c1c7fac924 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 1 Jun 2013 20:48:08 -0700 Subject: [PATCH] Whitespace changes. --- modules/ripple_basics/containers/ripple_KeyCache.h | 4 ++-- src/cpp/database/SqliteDatabase.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ripple_basics/containers/ripple_KeyCache.h b/modules/ripple_basics/containers/ripple_KeyCache.h index a86dd64546..3b6876d5de 100644 --- a/modules/ripple_basics/containers/ripple_KeyCache.h +++ b/modules/ripple_basics/containers/ripple_KeyCache.h @@ -10,7 +10,7 @@ older than the maximum age they are eligible for removal during a call to @ref sweep. - @note + @note Timer must provide this function: @code static int getElapsedSeconds (); @@ -107,7 +107,7 @@ public: @return `false` if the key was not found. */ bool del(const key_type& key) - { + { boost::mutex::scoped_lock sl(mNCLock); map_iterator it = mCache.find(key); diff --git a/src/cpp/database/SqliteDatabase.h b/src/cpp/database/SqliteDatabase.h index 4e2ab24a4c..fb8305fcc4 100644 --- a/src/cpp/database/SqliteDatabase.h +++ b/src/cpp/database/SqliteDatabase.h @@ -119,4 +119,3 @@ public: #endif // vim:ts=4 -