mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Yet again, to fix indentation.
This commit is contained in:
parent
5600d29cc3
commit
9a5d7a2071
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@
|
|||
owner: controller];
|
||||
if (!loaded)
|
||||
{
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Could not load controller %@", controllerClassName];
|
||||
[NSException raise: NSInternalInconsistencyExceptio
|
||||
format: @"Could not load controller %@", controllerClassName];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue