mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-04 13:06:07 -04:00
Fix Warnings:
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if(! rsIdentity->getIdDetails(gxs_id,details)) ^~
This commit is contained in:
parent
bf47edfd12
commit
f352939154
@ -2472,8 +2472,8 @@ void IdDialog::copyRetroshareLink()
|
||||
|
||||
RsIdentityDetails details ;
|
||||
|
||||
if(! rsIdentity->getIdDetails(gxs_id,details))
|
||||
return ;
|
||||
if(! rsIdentity->getIdDetails(gxs_id,details))
|
||||
return ;
|
||||
|
||||
if (!mIdQueue)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user