OSDN Git Service

Fix some whitespace from a recent change.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 22 Sep 2020 02:03:29 +0000 (19:03 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 22 Sep 2020 02:03:29 +0000 (19:03 -0700)
src/main-cocoa.m

index 06422b3..f36dcad 100644 (file)
@@ -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;