]> Dogcows Code - chaz/openbox/commitdiff
whitespace
authorDana Jansens <danakj@orodu.net>
Sun, 23 Mar 2003 19:44:43 +0000 (19:44 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 23 Mar 2003 19:44:43 +0000 (19:44 +0000)
openbox/client.c

index 556430ec53594ce1d863bf12be441937b23570e1..c1b76cba222ba91b8a8c96996fcb76e592b975bb 100644 (file)
@@ -130,7 +130,7 @@ void client_manage(Window window)
     if (XCheckTypedWindowEvent(ob_display, window, DestroyNotify, &e) ||
        XCheckTypedWindowEvent(ob_display, window, UnmapNotify, &e)) {
        XPutBackEvent(ob_display, &e);
-    
+
         grab_server(FALSE);
        return; /* don't manage it */
     }
This page took 0.02438 seconds and 4 git commands to generate.