Whitespace fix

This commit is contained in:
Frank Osterfeld 2016-07-28 11:37:07 +02:00
parent 5b6389b567
commit c2637a8edd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ struct Releaser {
static QString strForStatus( OSStatus os ) {
const Releaser<CFStringRef> str( SecCopyErrorMessageString( os, 0 ) );
const char * const buf = CFStringGetCStringPtr( str.value, kCFStringEncodingUTF8 );
const char * const buf = CFStringGetCStringPtr( str.value, kCFStringEncodingUTF8 );
if ( !buf )
return QObject::tr( "OS X Keychain error (OSStatus %1)" ).arg( os );
return QObject::tr( "%1 (OSStatus %2)" )