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/AICustomTabCell.h

    r2041 r2558  
    2727    BOOL                                                                highlighted; 
    2828    BOOL                                                                allowsInactiveTabClosing; 
    29      
     29 
    3030    BOOL                                                                trackingClose; 
    3131    BOOL                                                                hoveringClose; 
    32      
     32 
    3333    NSTrackingRectTag                                   trackingTag; 
    3434    NSTrackingRectTag                                   closeTrackingTag; 
    3535    NSTrackingRectTag                                   toolTipTag; 
    36      
     36 
    3737        NSAttributedString                                      *attributedLabel; 
    3838    NSTabViewItem<AICustomTabViewItem>  *tabViewItem; 
    3939    NSRect                                                              frame; 
    40          
     40 
    4141        AICustomTabsView                                        *view; 
    4242}