replace tab to space

This commit is contained in:
Kelp 2012-05-17 15:01:04 +08:00
parent bb1d3ae6fe
commit 533904bf1b
2 changed files with 4 additions and 4 deletions

View File

@ -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"