mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:27:39 +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
|
||||
owner: controller];
|
||||
if (!loaded)
|
||||
{
|
||||
{
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Could not load controller %@", controllerClassName];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if ([controller view] == nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue