Changeset 1247

Show
Ignore:
Timestamp:
01/09/10 20:43:29 (2 months ago)
Author:
astrange
Message:

Whitespace/stray ; removal in the prefpane

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CPFPerianPrefPaneController.m

    r1246 r1247  
    277277} 
    278278 
    279 - (NSDictionary *)myInfoDict; 
     279- (NSDictionary *)myInfoDict 
    280280{ 
    281281        return [NSDictionary dictionaryWithContentsOfFile:[[[self bundle] bundlePath] stringByAppendingPathComponent:@"Contents/Info.plist"]]; 
     
    447447} 
    448448 
    449 - (void) dealloc { 
     449- (void)dealloc 
     450
    450451        [[NSDistributedNotificationCenter defaultCenter] removeObserver:self name:UPDATE_STATUS_NOTIFICATION object:nil]; 
    451452        [perianForumURL release]; 
     
    459460} 
    460461 
    461 - (void) finalize 
     462- (void)finalize 
    462463{ 
    463464        [[NSDistributedNotificationCenter defaultCenter] removeObserver:self name:UPDATE_STATUS_NOTIFICATION object:nil]; 
     
    10251026- (IBAction)launchForum:(id)sender  
    10261027{ 
    1027          
    1028         [[NSWorkspace sharedWorkspace] openURL:perianForumURL]; 
    1029          
     1028        [[NSWorkspace sharedWorkspace] openURL:perianForumURL];  
    10301029} 
    10311030