]> Dogcows Code - chaz/openbox/blobdiff - tests/borderchange.c
remove trailing whitespace
[chaz/openbox] / tests / borderchange.c
index a9b3a3d1e599aa76c0fbe622fe0b5e02b29895dc..56d55006005bf8bf66460e497e562bf80305b3b2 100644 (file)
@@ -38,7 +38,7 @@ int main () {
                      x, y, w, h, 10, CopyFromParent, CopyFromParent,
                      CopyFromParent, 0, NULL);
 
-  XSetWindowBackground(display,win,WhitePixel(display,0)); 
+  XSetWindowBackground(display,win,WhitePixel(display,0));
   XSelectInput(display, win, ExposureMask | StructureNotifyMask);
 
   XMapWindow(display, win);
This page took 0.021365 seconds and 4 git commands to generate.