]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/SecTrustedApplication.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / SecTrustedApplication.cpp
index 5f9e0c7883f470bf2ab1512e87a4124bbd18def5..6a240424cf94a5b8d677c41f829bbc0d1cda51c1 100644 (file)
@@ -44,7 +44,6 @@ CFTypeID
 SecTrustedApplicationGetTypeID(void)
 {
        BEGIN_SECAPI
-
        return gTypes().TrustedApplication.typeID;
 
        END_SECAPI1(_kCFRuntimeNotATypeID)
@@ -195,7 +194,6 @@ OSStatus SecTrustedApplicationCreateApplicationGroup(const char *groupName,
        SecCertificateRef anchor, SecTrustedApplicationRef *appRef)
 {
        BEGIN_SECAPI
-
        CFRef<SecRequirementRef> req;
        MacOSError::check(SecRequirementCreateGroup(CFTempString(groupName), anchor,
                kSecCSDefaultFlags, &req.aref()));