]> Dogcows Code - chaz/openbox/blobdiff - tests/groupmodal.c
remove trailing whitespace
[chaz/openbox] / tests / groupmodal.c
index 0f670c51b6f1dd875bf441485e2b09480f50c4ab..12057eb922245d5944f77fd28382b453f13351a0 100644 (file)
@@ -49,8 +49,8 @@ int main () {
                       0,0,100,100, 10, CopyFromParent, CopyFromParent,
                       CopyFromParent, 0, 0);
 
-  XSetWindowBackground(display,one,WhitePixel(display,0)); 
-  XSetWindowBackground(display,two,BlackPixel(display,0)); 
+  XSetWindowBackground(display,one,WhitePixel(display,0));
+  XSetWindowBackground(display,two,BlackPixel(display,0));
 
   XSetTransientForHint(display, two, RootWindow(display,0));
   XChangeProperty(display, two, state, XA_ATOM, 32,
@@ -65,7 +65,7 @@ int main () {
   XSetWMHints(display, two, wmhints);
 
   XFree(wmhints);
-  
+
   XMapWindow(display, one);
   XFlush(display);
   sleep(1);
This page took 0.025296 seconds and 4 git commands to generate.