From bdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Fri, 24 Aug 2012 02:44:51 -0400 Subject: Avoid leaving return types or function attributes on their own lines. --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 91aba149b..56596ef18 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -653,8 +653,7 @@ bool CTxMemPool::remove(CTransaction &tx) return true; } -void -CTxMemPool::clear() +void CTxMemPool::clear() { LOCK(cs); mapTx.clear(); -- cgit v1.2.3