emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 706e186: * src/xdisp.c (gui_draw_bottom_divider): Fix misleading


From: Mattias Engdegård
Subject: master 706e186: * src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.
Date: Wed, 16 Jun 2021 05:37:53 -0400 (EDT)

branch: master
commit 706e186581e06edc7350a9388c19070f00417612
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * 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 6854fa0..c30084c 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);
     }
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]