aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-switcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-switcher.c')
-rw-r--r--shell/e-shell-switcher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-switcher.c b/shell/e-shell-switcher.c
index 84adfe6d11..1a7b283b95 100644
--- a/shell/e-shell-switcher.c
+++ b/shell/e-shell-switcher.c
@@ -168,7 +168,8 @@ shell_switcher_layout_actions (EShellSwitcher *switcher)
child_allocation.width = max_width + extra_width;
child_allocation.height = max_height;
- gtk_widget_size_allocate (GTK_WIDGET (p->data), &child_allocation);
+ gtk_widget_size_allocate (
+ GTK_WIDGET (p->data), &child_allocation);
x += child_allocation.width + H_PADDING;
}