replace tab to space
This commit is contained in:
parent
bb1d3ae6fe
commit
533904bf1b
Binary file not shown.
@ -74,10 +74,10 @@
|
|||||||
#else
|
#else
|
||||||
CocoaSecurityResult *result = [[[CocoaSecurityResult alloc] initWithBytes:buffer length:encryptedSize] autorelease];
|
CocoaSecurityResult *result = [[[CocoaSecurityResult alloc] initWithBytes:buffer length:encryptedSize] autorelease];
|
||||||
#endif
|
#endif
|
||||||
free(buffer);
|
free(buffer);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
free(buffer);
|
free(buffer);
|
||||||
@throw [NSException exceptionWithName:@"Cocoa Security"
|
@throw [NSException exceptionWithName:@"Cocoa Security"
|
||||||
@ -155,10 +155,10 @@
|
|||||||
#else
|
#else
|
||||||
CocoaSecurityResult *result = [[[CocoaSecurityResult alloc] initWithBytes:buffer length:encryptedSize] autorelease];
|
CocoaSecurityResult *result = [[[CocoaSecurityResult alloc] initWithBytes:buffer length:encryptedSize] autorelease];
|
||||||
#endif
|
#endif
|
||||||
free(buffer);
|
free(buffer);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
free(buffer);
|
free(buffer);
|
||||||
@throw [NSException exceptionWithName:@"Cocoa Security"
|
@throw [NSException exceptionWithName:@"Cocoa Security"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user