Skip to content

Commit f57aca5

Browse files
committed
Tabs
1 parent 15f906c commit f57aca5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ObjectiveGitTests/QuickSpec+GTFixtures.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ - (BOOL)unzipFile:(NSString *)member fromArchiveAtPath:(NSString *)zipPath intoD
107107

108108
BOOL success = [SSZipArchive unzipFileAtPath:zipPath toDestination:destinationPath overwrite:YES password:nil error:error];
109109

110-
if (!success) {
111-
NSLog(@"Unzip failed");
112-
return NO;
113-
}
110+
if (!success) {
111+
NSLog(@"Unzip failed");
112+
return NO;
113+
}
114114

115-
return YES;
115+
return YES;
116116

117117
#else
118118
// OS X: shell out to unzip using NSTask

0 commit comments

Comments
 (0)