From: Dana Jansens Date: Thu, 14 Aug 2003 05:59:40 +0000 (+0000) Subject: 80 cols X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1ac6426abdd36ee8fd441a4312582457f8031072;p=chaz%2Fopenbox 80 cols --- diff --git a/openbox/stacking.c b/openbox/stacking.c index 863263d2..1b3833b4 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -205,7 +205,8 @@ static GList *pick_windows(ObClient *top, ObClient *selected, gboolean raise) return ret; } -static GList *pick_group_windows(ObClient *top, ObClient *selected, gboolean raise) +static GList *pick_group_windows(ObClient *top, ObClient *selected, + gboolean raise) { GList *ret = NULL; GList *it, *next, *prev;