mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Convert tabs to spaces, remove trailing whitespace (Mac client)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user