]> Dogcows Code - chaz/openbox/commitdiff
formatting
authorDana Jansens <danakj@orodu.net>
Fri, 1 Jun 2007 23:24:01 +0000 (23:24 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Jun 2007 23:24:01 +0000 (23:24 +0000)
openbox/client.c

index e10ce1dd4c4293c45efe04fd4f58c4bdf2846270..474789ce40b066d7f737ec19e40a41a16f5be539 100644 (file)
@@ -3246,8 +3246,7 @@ void client_set_desktop_recursive(ObClient *self,
                 client_set_desktop_recursive(it->data, target, donthide);
 }
 
-void client_set_desktop(ObClient *self, guint target,
-                        gboolean donthide)
+void client_set_desktop(ObClient *self, guint target, gboolean donthide)
 {
     self = client_search_top_normal_parent(self);
     client_set_desktop_recursive(self, target, donthide);
This page took 0.025829 seconds and 4 git commands to generate.