Yet again, to fix indentation.

This commit is contained in:
Gregory Casamento 2021-10-03 05:01:50 -04:00 committed by GitHub
parent 5600d29cc3
commit 9a5d7a2071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{