aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGregory Maxwell <[email protected]>2012-08-24 02:44:51 -0400
committerGregory Maxwell <[email protected]>2012-08-24 02:48:19 -0400
commitbdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811 (patch)
treed7b42a24e6c194d7b9a86a2d27dd320b9d1b02d2 /src/main.cpp
parentMerge pull request #1409 from luke-jr/listtx_generate_fold (diff)
downloaddiscoin-bdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811.tar.xz
discoin-bdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811.zip
Avoid leaving return types or function attributes on their own lines.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
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();