Correct indentation

This commit is contained in:
Gregory John Casamento 2020-03-12 15:43:57 -04:00
parent 5680d2e0fd
commit 28ff42fa4b

View file

@ -78,12 +78,12 @@ static NSLock *_fontCollectionLock = nil;
} }
else else
{ {
NSString *dir; NSString *dir = nil;
NSString *file; NSString *file = nil;
NSEnumerator *e; NSEnumerator *e = nil;
NSFileManager *fm = [NSFileManager defaultManager]; NSFileManager *fm = [NSFileManager defaultManager];
NSDirectoryEnumerator *de; NSDirectoryEnumerator *de = nil;
NSFontCollection *newCollection; NSFontCollection *newCollection = nil;
if (_availableFontCollections == nil) if (_availableFontCollections == nil)
{ {