Show
Ignore:
Timestamp:
04/20/05 19:37:46 (4 years ago)
Author:
eridius
Message:

Remove all trailing whitespace from lines
Remove indentation on blank lines

Files:

Legend:

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

    r2422 r2558  
    8282- (IBAction) changeSortByStatus:(id) sender { 
    8383        [[NSUserDefaults standardUserDefaults] setBool:(BOOL)[sender state] forKey:@"JVSortRoomMembersByStatus"]; 
    84          
     84 
    8585        NSEnumerator *enumerator = [[[JVChatController defaultManager] chatViewControllersOfClass:[JVChatRoomPanel class]] objectEnumerator]; 
    8686        JVChatRoomPanel *room = nil;