]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/Security/SecKey.m
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / sec / Security / SecKey.m
index 218f1a9b1252199c5307575bd26d88d776173020..35c0afab9e4d911b58fea442804c02667590a2f1 100644 (file)
@@ -1199,7 +1199,7 @@ OSStatus SecKeyCopyPersistentRef(SecKeyRef key, CFDataRef* persistentRef)
     if (!persistentRef) {
         secerror("SecKeyCopyPersistentRef: Need a persistentRef pointer for this to work");
         return errSecParam;
-    }
+    }    
 
     CFDictionaryRef query = CFDictionaryCreateForCFTypes(kCFAllocatorDefault,
                                                          kSecReturnPersistentRef,   kCFBooleanTrue,