; * src/dispnew.c (combine_updates_for_frame): Fix whitespace.

This commit is contained in:
Eli Zaretskii 2025-01-24 10:41:00 +02:00
parent 6c633ece6e
commit 5e657ad1fe

View file

@ -3967,7 +3967,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))
{