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

@@ -32,19 +32,19 @@
IBOutlet NSTextField * fNameField, * fLocationField;
IBOutlet NSButton * fStartCheck;
IBOutlet NSPopUpButton * fGroupPopUp, * fPriorityPopUp;
//remove these when switching to auto layout
IBOutlet NSTextField * fMagnetLinkLabel;
IBOutlet NSTextField * fDownloadToLabel, * fGroupLabel, * fPriorityLabel;
IBOutlet NSButton * fChangeDestinationButton;
IBOutlet NSBox * fDownloadToBox;
IBOutlet NSButton * fAddButton, * fCancelButton;
Controller * fController;
Torrent * fTorrent;
NSString * fDestination;
NSInteger fGroupValue;
TorrentDeterminationType fGroupDeterminationType;
}