formatting

This commit is contained in:
Dana Jansens 2007-06-01 23:24:01 +00:00
parent 0f677834e2
commit 3547fe26ed

View 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);