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/fakeunmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/fakeunmap.c') diff --git a/tests/fakeunmap.c b/tests/fakeunmap.c index c1c698a2..d30a917e 100644 --- a/tests/fakeunmap.c +++ b/tests/fakeunmap.c @@ -38,7 +38,7 @@ int main () { win = XCreateWindow(display, RootWindow(display, 0), x, y, w, h, 10, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); XMapWindow(display, win); XFlush(display); @@ -52,7 +52,7 @@ int main () { XSendEvent(display, RootWindow(display, DefaultScreen(display)), False, SubstructureRedirectMask|SubstructureNotifyMask, &msg); usleep(10000); - + XUnmapWindow(display, win); XSync(display, False); -- cgit v1.2.3