From bd31f49bac99f21656dc7d0352d5b3f7385f71b2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 26 Dec 2009 00:26:18 -0500 Subject: Coding style and whitespace cleanup. --- shell/e-shell-switcher.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-switcher.c') diff --git a/shell/e-shell-switcher.c b/shell/e-shell-switcher.c index e1ed8606e5..ec4f23ce53 100644 --- a/shell/e-shell-switcher.c +++ b/shell/e-shell-switcher.c @@ -127,7 +127,9 @@ shell_switcher_layout_actions (EShellSwitcher *switcher) y -= max_height; len = g_list_length (rows[i]); if (!icons_only) - extra_width = (allocation->width - (len * max_width ) - (len * H_PADDING)) / len; + extra_width = + (allocation->width - (len * max_width) - + (len * H_PADDING)) / len; else extra_width = 0; for (p = rows [i]; p != NULL; p = p->next) { -- cgit v1.2.3