X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fcbc4baf73d5054212eb69f728ef9c303e1c62a5..98e371e074f79172824889ac1935f612a13c0290:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 807e89c..c6a2397 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -5,8 +5,7 @@ - (id)init { - if ( (self = [super init]) ) - { + if ( (self = [super init]) ) { [NSBundle loadNibNamed:@"StatusWindow" owner:self]; [statusWindow center]; } @@ -38,8 +37,7 @@ { NSAutoreleasePool *p00l = [[NSAutoreleasePool alloc] init]; float i; - for (i = 1.0; i > 0; i -= .003) - { + for (i = 1.0; i > 0; i -= .003) { [statusWindow setAlphaValue:i]; } [statusWindow close];