]> Dogcows Code - chaz/openbox/blobdiff - tests/grouptrancircular.c
remove trailing whitespace
[chaz/openbox] / tests / grouptrancircular.c
index ce3ae6ad83000598888e6c07e4d6a079b90f8bb5..3853aefbe7212e8c6c77ac56f05bab64c8f96744 100644 (file)
@@ -45,8 +45,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, one, RootWindow(display,0));
   XSetTransientForHint(display, two, RootWindow(display,0));
@@ -60,7 +60,7 @@ int main () {
   XSetWMHints(display, two, wmhints);
 
   XFree(wmhints);
-  
+
   XMapWindow(display, one);
   XMapWindow(display, two);
   XFlush(display);
This page took 0.023303 seconds and 4 git commands to generate.