aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-content.c')
-rw-r--r--shell/e-shell-content.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c
index a60a634942..53841e526b 100644
--- a/shell/e-shell-content.c
+++ b/shell/e-shell-content.c
@@ -305,7 +305,9 @@ shell_content_size_allocate (GtkWidget *widget,
child_allocation.y += child_requisition.height;
if (gtk_widget_get_visible (child))
- gtk_widget_get_preferred_height_for_width (child, child_allocation.width, &child_requisition.height, NULL);
+ gtk_widget_get_preferred_height_for_width (
+ child, child_allocation.width,
+ &child_requisition.height, NULL);
else
child_requisition.height = 0;