Added launch at login.
[MenuTunes.git] / StatusWindowController.m
index a9859c3..807e89c 100755 (executable)
@@ -32,7 +32,6 @@
 - (void)fadeWindowOut
 {
     [NSThread detachNewThreadSelector:@selector(fadeOutAux) toTarget:self withObject:nil];
-    
 }
 
 - (void)fadeOutAux