Convert tabs to spaces, remove trailing whitespace (Mac client)

This commit is contained in:
Mike Gelfand
2017-01-24 20:53:16 +03:00
parent cd4b0dc69d
commit 4160743738
100 changed files with 2622 additions and 2622 deletions

View File

@@ -30,14 +30,14 @@
@interface InfoTrackersViewController : NSViewController <InfoViewController>
{
NSArray * fTorrents;
BOOL fSet;
NSMutableArray * fTrackers;
IBOutlet TrackerTableView * fTrackerTable;
TrackerCell * fTrackerCell;
IBOutlet NSSegmentedControl * fTrackerAddRemoveControl;
}