aboutsummaryrefslogtreecommitdiff
path: root/src/sync.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-09-18 15:07:58 -0400
committerJeff Garzik <[email protected]>2012-09-18 15:07:58 -0400
commitea0796bde3483189643894c6a47d31c0dba0c486 (patch)
tree1cfcad47fd235034085d354fe5021f100d2bda5d /src/sync.cpp
parentMerge branch 'master' of github.com:bitcoin/bitcoin (diff)
downloaddiscoin-ea0796bde3483189643894c6a47d31c0dba0c486.tar.xz
discoin-ea0796bde3483189643894c6a47d31c0dba0c486.zip
Trim trailing whitespace for src/*.{h,cpp}
Diffstat (limited to 'src/sync.cpp')
-rw-r--r--src/sync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.cpp b/src/sync.cpp
index 54ad7de4e..1ac4403be 100644
--- a/src/sync.cpp
+++ b/src/sync.cpp
@@ -105,7 +105,7 @@ static void push_lock(void* c, const CLockLocation& locklocation, bool fTry)
static void pop_lock()
{
- if (fDebug)
+ if (fDebug)
{
const CLockLocation& locklocation = (*lockstack).rbegin()->second;
printf("Unlocked: %s\n", locklocation.ToString().c_str());