Force fix for spacing issue.

It seems as though, even though this shows correctly in emacs, it does not show the proper spacing on github.
This commit is contained in:
Gregory Casamento 2021-10-03 05:00:14 -04:00 committed by GitHub
parent 5a2b657431
commit 5600d29cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,10 +193,10 @@
BOOL loaded = [NSBundle loadNibNamed: controllerClassName
owner: controller];
if (!loaded)
{
{
[NSException raise: NSInternalInconsistencyException
format: @"Could not load controller %@", controllerClassName];
}
}
else
{
if ([controller view] == nil)