* src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.
This commit is contained in:
parent
ed97d15a08
commit
706e186581
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue