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