]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.
authorMattias Engdegård <mattiase@acm.org>
Wed, 16 Jun 2021 09:37:00 +0000 (11:37 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 16 Jun 2021 09:37:00 +0000 (11:37 +0200)
src/xdisp.c

index 6854fa03fe8693c0f035efa52ace8ad19fcac062..c30084cc8b5ce1dc48c67b186edf7cafe79204bf 100644 (file)
@@ -34380,7 +34380,7 @@ gui_draw_bottom_divider (struct window *w)
                  && !NILP (XWINDOW (p->parent)->next))))
        x1 -= WINDOW_RIGHT_DIVIDER_WIDTH (w);
 
-       FRAME_RIF (f)->draw_window_divider (w, x0, x1, y0, y1);
+      FRAME_RIF (f)->draw_window_divider (w, x0, x1, y0, y1);
     }
 }