From 28ff42fa4b8c7d4d45836c2744cf710e607f0097 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Thu, 12 Mar 2020 15:43:57 -0400 Subject: [PATCH] Correct indentation --- Source/NSFontCollection.m | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/NSFontCollection.m b/Source/NSFontCollection.m index 64111ea77..501063541 100644 --- a/Source/NSFontCollection.m +++ b/Source/NSFontCollection.m @@ -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) {