Skip to content

Commit

Permalink
Indent code
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Apr 30, 2012
1 parent f113ef6 commit f417a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Quicksilver/Code-QuickStepInterface/QSInterfaceController.m
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ - (void)searchObjectChanged:(NSNotification*)notif {
// If the previous and current objects have the same primary type, don't update the action
if (![[[[notif userInfo] objectForKey:@"previousObject"] types] isEqual:[[[notif userInfo] objectForKey:@"currentObject"] types]]
) {
[iSelector setObjectValue:nil];
[self updateActions];
[self updateViewLocations];
[iSelector setObjectValue:nil];
[self updateActions];
[self updateViewLocations];
}
} else if ([notif object] == aSelector) {
QSAction *obj = [aSelector objectValue];
Expand Down

0 comments on commit f417a79

Please sign in to comment.