Skip to content

Commit

Permalink
Revert unwanted whitespace changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeabdullah committed Sep 12, 2012
1 parent 106cbbe commit 4ed0f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IMBLibraryController.m
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ - (void) main
// This was using _paser ivar directly before with indication given as to it being necessary, so I'm switching to the proper accessor to see if it fixes my crash - Mike Abdullah
IMBParser *parser = [self parser];
[parser willUseParser];
NSError* error = nil;
if ([parser populateNode:self.replacementNode options:self.options error:&error])
{
Expand All @@ -299,7 +299,7 @@ - (void) main
{
[self performSelectorOnMainThread:@selector(_presentError:) withObject:error];

// If we failed then the _oldNode is still good but needs to have its status updated
// If we failed then the _oldNode is still good but needs to have its status updated
self.oldNode.badgeTypeNormal = kIMBBadgeTypeNone;
}
}
Expand Down
3 changes: 1 addition & 2 deletions IMBNodeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -618,9 +618,8 @@ - (void) outlineViewSelectionDidChange:(NSNotification*)inNotification;
if (self.selectedParser != newNode.parser)
{
[self.selectedParser didStopUsingParser];

self.selectedParser = newNode.parser;
}
}
}

// Sync the selection of the popup menu...
Expand Down

0 comments on commit 4ed0f18

Please sign in to comment.