From 5600d29cc3fadc3f1d5246dd2fba4a28f36928b8 Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Sun, 3 Oct 2021 05:00:14 -0400 Subject: [PATCH] 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. --- Source/NSPopover.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/NSPopover.m b/Source/NSPopover.m index 54a26df71..12f757847 100644 --- a/Source/NSPopover.m +++ b/Source/NSPopover.m @@ -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)