From f8e2f51366abae0fcf14696d5947f01ca3455419 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 4 Mar 2007 18:28:49 +0000 Subject: [PATCH] Whitespace change. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index c4763dfb3ec..e9cf5fd6d0e 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -5279,7 +5279,7 @@ x_scroll_bar_expose (bar, event) x_scroll_bar_set_handle (bar, XINT (bar->start), XINT (bar->end), 1); - /* Switch to scroll bar foreground color. */ + /* Switch to scroll bar foreground color. */ if (f->output_data.x->scroll_bar_foreground_pixel != -1) XSetForeground (FRAME_X_DISPLAY (f), gc, f->output_data.x->scroll_bar_foreground_pixel); -- 2.11.4.GIT