Fix Warnings:

warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
     if(! rsIdentity->getIdDetails(gxs_id,details))
     ^~
This commit is contained in:
Phenom 2017-05-08 12:25:29 +02:00
parent bf47edfd12
commit f352939154

View File

@ -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;