-- (id)initWithFrame:(NSRect)rect
-{
- if ( (self = [super initWithFrame:rect]) ) {
- [self setScalesSmoothly:YES];
- }
-
- return self;
+- (id)initWithFrame:(NSRect)rect {
+ if ((self = [super initWithFrame:rect])) {
+ [self setScalesSmoothly:YES];
+ }
+ return self;