From a18ea5f667aaea0e47722007c8e3b255f94aa031 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 21 Sep 2020 19:03:29 -0700 Subject: [PATCH] Fix some whitespace from a recent change. --- src/main-cocoa.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main-cocoa.m b/src/main-cocoa.m index 259ee1aeb..589816f66 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; -- 2.11.0