]> Dogcows Code - chaz/openbox/blobdiff - render/test.c
remove trailing whitespace
[chaz/openbox] / render / test.c
index c867cf782b77dc0a4ee6c9bc5eac22ebdac2f7cc..307e2629838fc52f7d4ce90030e8ec1e70963b4e 100644 (file)
@@ -2,7 +2,7 @@
 
    test.c for the Openbox window manager
    Copyright (c) 2006        Mikael Magnusson
-   Copyright (c) 2003        Ben Jansens
+   Copyright (c) 2003-2007   Dana Jansens
    Copyright (c) 2003        Derek Foreman
 
    This program is free software; you can redistribute it and/or modify
@@ -55,7 +55,7 @@ gint main()
     ob_root = RootWindow(ob_display, ob_screen);
     win =
         XCreateWindow(ob_display, RootWindow(ob_display, 0),
-                      10, 10, w, h, 10, 
+                      10, 10, w, h, 10,
                       CopyFromParent,    /* depth */
                       CopyFromParent,    /* class */
                       CopyFromParent,    /* visual */
This page took 0.024024 seconds and 4 git commands to generate.