Show
Ignore:
Timestamp:
06/10/08 15:53:22 (4 months ago)
Author:
morris
Message:

Syntax cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCDock.m

    r4974 r5601  
    684684 
    685685 
    686 - (NSDragOperation)tableView:(NSTableView*)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation { 
     686- (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation { 
    687687        if(operation != NSTableViewDropAbove) 
    688688                return NSDragOperationNone; 
     
    693693 
    694694 
    695 - (BOOL)tableView:(NSTableView*)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
     695- (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
    696696        NSPasteboard    *pasteboard; 
    697697        NSArray                 *types; 
  • WiredClient/trunk/WCPreferences.m

    r5542 r5601  
    16071607 
    16081608 
    1609 - (NSDragOperation)tableView:(NSTableView*)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation{ 
     1609- (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation{ 
    16101610        if(operation != NSTableViewDropAbove) 
    16111611                return NSDragOperationNone; 
     
    16161616 
    16171617 
    1618 - (BOOL)tableView:(NSTableView*)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
     1618- (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
    16191619        NSMutableArray  *dictionary; 
    16201620        NSPasteboard    *pasteboard; 
  • WiredClient/trunk/WCPrivateChat.m

    r5249 r5601  
    208208 
    209209 
    210 - (BOOL)tableView:(NSTableView*)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
     210- (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
    211211        NSPasteboard    *pasteboard; 
    212212        NSData                  *data; 
  • WiredClient/trunk/WCTransfers.m

    r5597 r5601  
    17211721 
    17221722 
    1723 - (BOOL)tableView:(NSTableView*)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
     1723- (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 
    17241724        NSPasteboard    *pasteboard; 
    17251725        NSArray                 *types;