From: Eric Branlund Date: Tue, 22 Sep 2020 02:03:29 +0000 (-0700) Subject: Fix some whitespace from a recent change. X-Git-Tag: vmacos2.2.1-7f~25 X-Git-Url: http://git.osdn.net/view?p=hengbandforosx%2Fhengbandosx.git;a=commitdiff_plain;h=ac2e97a46311cee26a0bb745f25ef810ce7fee17 Fix some whitespace from a recent change. --- diff --git a/src/main-cocoa.m b/src/main-cocoa.m index 06422b37f..f36dcadc3 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -4250,8 +4250,8 @@ static void Term_init_cocoa(term *t) * windows in the "standard default" window position in OS X: * the upper center of the screen. The term sizes set in * load_prefs() are based on a 5-wide by 3-high grid, with the - * main term being 4/5 wide by 2/3 high (hence the scaling to - * find what the containing rect would be). + * main term being 4/5 wide by 2/3 high (hence the scaling to + * find what the containing rect would be). */ NSRect originalMainTermFrame = [window frame]; NSRect scaledFrame = originalMainTermFrame;