summaryrefslogtreecommitdiff
path: root/tests/fakeunmap.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-07-17 02:48:16 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-07-17 02:48:16 +0200
commit77baf26a7f2f64ddf1274035fd4991ab17345904 (patch)
tree1b7719e8dd6785bbedca505c53ce3cfcf398fff0 /tests/fakeunmap.c
parente5a797f10d61e33f5d02c2d276f615ea3a00793f (diff)
remove trailing whitespace
Diffstat (limited to 'tests/fakeunmap.c')
-rw-r--r--tests/fakeunmap.c4
1 files changed, 2 insertions, 2 deletions
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);