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
{
NSString *dir;
NSString *file;
NSEnumerator *e;
NSFileManager *fm = [NSFileManager defaultManager];
NSDirectoryEnumerator *de;
NSFontCollection *newCollection;
NSString *dir = nil;
NSString *file = nil;
NSEnumerator *e = nil;
NSFileManager *fm = [NSFileManager defaultManager];
NSDirectoryEnumerator *de = nil;
NSFontCollection *newCollection = nil;
if (_availableFontCollections == nil)
{