From 76c89608601a9f85ed1fe4f55086da254dc09ca7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 24 Jan 2025 10:41:00 +0200 Subject: [PATCH] ; * src/dispnew.c (combine_updates_for_frame): Fix whitespace. (cherry picked from commit 5e657ad1fe2567f7d21639dbac40949870fe76f9) --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index fe82bcfd822..39a2fd659f9 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -3964,7 +3964,7 @@ combine_updates_for_frame (struct frame *f, bool inhibit_scrolling) /* Determine visible frames on the root frame, including the root frame itself. Note that there are cases, see bug#75056, where we - can be called for invisible frames. */ + can be called for invisible frames. */ Lisp_Object z_order = frames_in_reverse_z_order (root, true); if (NILP (z_order)) { -- 2.39.5