]> Dogcows Code - chaz/openbox/blobdiff - tests/showhide.c
remove trailing whitespace
[chaz/openbox] / tests / showhide.c
index a0b51e7a983bb3520bd8830de5eaf20c8063769f..d1a63e2fccbe82f891a7fc2d51c691ef3e39dab9 100644 (file)
@@ -39,7 +39,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);
       usleep(1000);
This page took 0.022217 seconds and 4 git commands to generate.