From 706e186581e06edc7350a9388c19070f00417612 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 16 Jun 2021 11:37:00 +0200 Subject: [PATCH] * src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 6854fa03fe8..c30084cc8b5 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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); } } -- 2.39.5