Skip to content

Commit e254a44

Browse files
author
David Catmull
committed
fix some tabs
1 parent a2c623b commit e254a44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

PBGitHistoryController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
IBOutlet PBCommitList* commitList;
3434
IBOutlet NSSplitView *historySplitView;
3535
IBOutlet PBWebHistoryController *webHistoryController;
36-
QLPreviewPanel* previewPanel;
36+
QLPreviewPanel* previewPanel;
3737
IBOutlet PBHistorySearchController *searchController;
3838
IBOutlet GLFileView *fileView;
3939

PBGitHistoryController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ - (void)awakeFromNib
9494

9595

9696
[super awakeFromNib];
97-
[fileBrowser setDelegate:self];
97+
[fileBrowser setDelegate:self];
9898
}
9999

100100
- (void)updateKeys
@@ -414,7 +414,7 @@ - (IBAction) refresh:(id)sender
414414

415415
- (void) updateView
416416
{
417-
[self refresh: nil];
417+
[self refresh: nil];
418418
[self updateKeys];
419419
}
420420

PBGitSidebarController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ - (void)outlineViewSelectionDidChange:(NSNotification *)notification
325325
if ([item parent] == stashes) {
326326
[superController changeContentController:stashViewController];
327327
[PBGitDefaults setShowStageView:NO];
328-
[stashViewController showStash:(PBGitStash*)[(PBGitMenuItem*)item sourceObject]];
328+
[stashViewController showStash:(PBGitStash*)[(PBGitMenuItem*)item sourceObject]];
329329
}
330330

331331
[self updateActionMenu];

PBWebHistoryController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ - (void) didLoad
3939

4040
- (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context
4141
{
42-
if ([(NSString *)context isEqualToString: @"ChangedCommit"])
42+
if ([(NSString *)context isEqualToString: @"ChangedCommit"])
4343
[self changeContentTo: historyController.webCommit];
4444
else
4545
[super observeValueForKeyPath:keyPath ofObject:object change:change context:context];

0 commit comments

Comments
 (0)