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/groupmodal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/groupmodal.c') diff --git a/tests/groupmodal.c b/tests/groupmodal.c index 0f670c51..12057eb9 100644 --- a/tests/groupmodal.c +++ b/tests/groupmodal.c @@ -49,8 +49,8 @@ int main () { 0,0,100,100, 10, CopyFromParent, CopyFromParent, CopyFromParent, 0, 0); - XSetWindowBackground(display,one,WhitePixel(display,0)); - XSetWindowBackground(display,two,BlackPixel(display,0)); + XSetWindowBackground(display,one,WhitePixel(display,0)); + XSetWindowBackground(display,two,BlackPixel(display,0)); XSetTransientForHint(display, two, RootWindow(display,0)); XChangeProperty(display, two, state, XA_ATOM, 32, @@ -65,7 +65,7 @@ int main () { XSetWMHints(display, two, wmhints); XFree(wmhints); - + XMapWindow(display, one); XFlush(display); sleep(1); -- cgit v1.2.3