]> Dogcows Code - chaz/openbox/blobdiff - tests/restack.c
remove trailing whitespace
[chaz/openbox] / tests / restack.c
index 4a0d9554726f498def488a39fc038a437e6165d1..fe1bcdb62f0a60cd6711add8cb5cec47f5b4f8cf 100644 (file)
@@ -41,7 +41,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);
This page took 0.021096 seconds and 4 git commands to generate.