]> Dogcows Code - chaz/openbox/blobdiff - tests/noresize.c
remove trailing whitespace
[chaz/openbox] / tests / noresize.c
index ed32937a458e57aba473c86ba8afb7562884627e..c98295bddbe28b10aab52ed5733a82ed3a9216a9 100644 (file)
@@ -43,7 +43,7 @@ int main () {
                      x, y, w, h, 0, CopyFromParent, CopyFromParent,
                      CopyFromParent, xswamask, &xswa);
 
-  XSetWindowBackground(display,win,WhitePixel(display,0)); 
+  XSetWindowBackground(display,win,WhitePixel(display,0));
 
   size.flags = PMinSize | PMaxSize;
   size.max_width = 0;
@@ -51,7 +51,7 @@ int main () {
   size.max_height = 0;
   size.min_height = h;
   XSetWMNormalHints(display, win, &size);
-  
+
   XSelectInput(display, win, ExposureMask | StructureNotifyMask);
 
   XMapWindow(display, win);
This page took 0.026465 seconds and 4 git commands to generate.