mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:10:57 +00:00
Correct indentation
This commit is contained in:
parent
5680d2e0fd
commit
28ff42fa4b
1 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue