Fix coding style

This commit is contained in:
Allan Odgaard
2013-02-12 20:22:27 +01:00
parent 2bd089ffe5
commit ba7b1b1be7

View File

@@ -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