]> Dogcows Code - chaz/openbox/blobdiff - tests/fakeunmap.c
remove trailing whitespace
[chaz/openbox] / tests / fakeunmap.c
index c1c698a29debd0c38ac7796c221d5a9e134cf181..d30a917e446ac03133e18b3737825b628afbfd75 100644 (file)
@@ -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);
 
This page took 0.019772 seconds and 4 git commands to generate.