Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtom committed Sep 21, 2011
1 parent 74830cd commit 6f500ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CNSApp.m
Expand Up @@ -300,7 +300,7 @@ - (void)parseVersionResponse:(CNSConnectionHelper *)aConnectionHelper {
[self close];

if ([[[NSProcessInfo processInfo] arguments] containsObject:@"autoSubmit"]) {
[NSApp terminate:nil];
[NSApp terminate:nil];
}
});
}
Expand Down

0 comments on commit 6f500ff

Please sign in to comment.