mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 21:53:42 +00:00
Convert tabs to spaces, remove trailing whitespace (Mac client)
This commit is contained in:
@@ -34,13 +34,13 @@ typedef enum
|
||||
@interface BlocklistDownloader : NSObject <NSURLDownloadDelegate>
|
||||
{
|
||||
NSURLDownload * fDownload;
|
||||
|
||||
|
||||
BlocklistDownloaderViewController * fViewController;
|
||||
|
||||
|
||||
NSString * fDestination;
|
||||
NSUInteger fCurrentSize;
|
||||
long long fExpectedSize;
|
||||
|
||||
|
||||
blocklistDownloadState fState;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user