mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
Fix coding style
This commit is contained in:
@@ -105,8 +105,8 @@ static NSImageView* OakCreateImageView (NSImage* image)
|
||||
|
||||
- (void)drawRect:(NSRect)aRect
|
||||
{
|
||||
[[NSColor windowBackgroundColor] set]; NSRectFill(aRect);
|
||||
|
||||
[[NSColor windowBackgroundColor] set];
|
||||
NSRectFill(aRect);
|
||||
[super drawRect:aRect];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user