mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue