]> Dogcows Code - chaz/openbox/blobdiff - tests/positioned.c
remove trailing whitespace
[chaz/openbox] / tests / positioned.c
index 9b1f73103811000f7517856d9498fb2893423f50..26f835d654bab60d6c7d7b88d9438d840a2e2649 100644 (file)
@@ -38,7 +38,7 @@ int main (int argc, char **argv) {
     win = XCreateWindow(display, RootWindow(display, 0),
                         x, y, w, h, 0, CopyFromParent, CopyFromParent,
                         CopyFromParent, 0, NULL);
-    XSetWindowBackground(display,win,WhitePixel(display,0)); 
+    XSetWindowBackground(display,win,WhitePixel(display,0));
 
     size = XAllocSizeHints();
     size->flags = PPosition;
This page took 0.023683 seconds and 4 git commands to generate.