Minor code format update

This commit is contained in:
Andreas Linde 2014-04-27 23:33:07 +02:00
parent 38a59fc73f
commit db45c6654a

View File

@ -253,7 +253,7 @@ static PLCrashReporterCallbacks plCrashCallbacks = {
[_fileManager removeItemAtPath:filename error:&error]; [_fileManager removeItemAtPath:filename error:&error];
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".data"] error:&error]; [_fileManager removeItemAtPath:[filename stringByAppendingString:@".data"] error:&error];
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".meta"] error:&error]; [_fileManager removeItemAtPath:[filename stringByAppendingString:@".meta"] error:&error];
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".desc"]error:&error]; [_fileManager removeItemAtPath:[filename stringByAppendingString:@".desc"] error:&error];
NSString *cacheFilename = [filename lastPathComponent]; NSString *cacheFilename = [filename lastPathComponent];
[self removeKeyFromKeychain:[NSString stringWithFormat:@"%@.%@", cacheFilename, kBITCrashMetaUserName]]; [self removeKeyFromKeychain:[NSString stringWithFormat:@"%@.%@", cacheFilename, kBITCrashMetaUserName]];