mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Trim trailing whitespace for src/*.{h,cpp}
This commit is contained in:
parent
8b371316c5
commit
ea0796bde3
11 changed files with 17 additions and 17 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue