From 77baf26a7f2f64ddf1274035fd4991ab17345904 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 17 Jul 2007 02:48:16 +0200 Subject: remove trailing whitespace --- tests/focusout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/focusout.c') diff --git a/tests/focusout.c b/tests/focusout.c index df28ce5d..03ba56f6 100644 --- a/tests/focusout.c +++ b/tests/focusout.c @@ -44,8 +44,8 @@ int main () { 10, 10, w-20, h-20, 0, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); - XSetWindowBackground(display,child,BlackPixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,child,BlackPixel(display,0)); XSelectInput(display, win, FocusChangeMask|EnterWindowMask|LeaveWindowMask); -- cgit v1.2.3