* src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.

This commit is contained in:
Mattias Engdegård 2021-06-16 11:37:00 +02:00
parent ed97d15a08
commit 706e186581

View 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);
}
}