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

@@ -34,13 +34,13 @@ typedef enum
@interface BlocklistDownloader : NSObject <NSURLDownloadDelegate>
{
NSURLDownload * fDownload;
BlocklistDownloaderViewController * fViewController;
NSString * fDestination;
NSUInteger fCurrentSize;
long long fExpectedSize;
blocklistDownloadState fState;
}