Correct indentation.

This commit is contained in:
fredkiefer 2020-01-01 13:32:54 +01:00
parent b6b28cc41c
commit 250be5c957

View file

@ -949,10 +949,10 @@
NSString *className;
if ([rootObjects count] == 0)
{
NSWarnMLog(@"No root objects in XIB!");
return;
}
{
NSWarnMLog(@"No root objects in XIB!");
return;
}
// Get the file's owner and NSApplication object references...
object = (NSCustomObject*)[rootObjects objectAtIndex: 1];