[Pkg-owncloud-commits] [qtkeychain] 10/63: Whitespace fix
Sandro Knauß
hefee at debian.org
Sat Jun 10 14:39:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository qtkeychain.
commit c2637a8edd383470fb8450b95fba2b4ce318600c
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date: Thu Jul 28 11:37:07 2016 +0200
Whitespace fix
---
keychain_mac.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keychain_mac.cpp b/keychain_mac.cpp
index 23783c9..dc8365b 100644
--- a/keychain_mac.cpp
+++ b/keychain_mac.cpp
@@ -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)" )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list