mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:50:38 +00:00
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:
parent
5a2b657431
commit
5600d29cc3
1 changed files with 2 additions and 2 deletions
|
@ -193,10 +193,10 @@
|
||||||
BOOL loaded = [NSBundle loadNibNamed: controllerClassName
|
BOOL loaded = [NSBundle loadNibNamed: controllerClassName
|
||||||
owner: controller];
|
owner: controller];
|
||||||
if (!loaded)
|
if (!loaded)
|
||||||
{
|
{
|
||||||
[NSException raise: NSInternalInconsistencyException
|
[NSException raise: NSInternalInconsistencyException
|
||||||
format: @"Could not load controller %@", controllerClassName];
|
format: @"Could not load controller %@", controllerClassName];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ([controller view] == nil)
|
if ([controller view] == nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue