]> Dogcows Code - chaz/openbox/blobdiff - tests/aspect.c
remove trailing whitespace
[chaz/openbox] / tests / aspect.c
index f303deb77f1988a3edc259e5b59a7fc60669ff88..1ae3a859f45e65c8e6feb6a15340594cd9aacb13 100644 (file)
@@ -43,7 +43,7 @@ int main () {
                      x, y, w, h, 10, CopyFromParent, CopyFromParent,
                      CopyFromParent, xswamask, &xswa);
 
-  XSetWindowBackground(display,win,WhitePixel(display,0)); 
+  XSetWindowBackground(display,win,WhitePixel(display,0));
 
   size.flags = PAspect;
   size.min_aspect.x = 3;
@@ -51,7 +51,7 @@ int main () {
   size.max_aspect.x = 3;
   size.max_aspect.y = 3;
   XSetWMNormalHints(display, win, &size);
-  
+
   XMapWindow(display, win);
   XFlush(display);
 
This page took 0.020138 seconds and 4 git commands to generate.