Trivial whitespace fix

This commit is contained in:
Matthias Clasen 2013-11-16 10:52:23 -05:00
parent 5314b8f33c
commit 805bf49be9

View File

@ -921,15 +921,15 @@ gtk_header_bar_size_allocate (GtkWidget *widget,
x = allocation->x + allocation->width - (at_end ? close_width : 0) - (at_end ? 0 : menu_width) - css_borders.right; x = allocation->x + allocation->width - (at_end ? close_width : 0) - (at_end ? 0 : menu_width) - css_borders.right;
if (packing == GTK_PACK_START) if (packing == GTK_PACK_START)
{ {
l = priv->children; l = priv->children;
i = 0; i = 0;
} }
else else
{ {
l = g_list_last (priv->children); l = g_list_last (priv->children);
i = nvis_children - 1; i = nvis_children - 1;
} }
for (; l != NULL; (packing == GTK_PACK_START) ? (l = l->next) : (l = l->prev)) for (; l != NULL; (packing == GTK_PACK_START) ? (l = l->next) : (l = l->prev))
{ {
@ -1914,7 +1914,7 @@ gtk_header_bar_get_show_fallback_app_menu (GtkHeaderBar *bar)
*/ */
void void
gtk_header_bar_set_show_fallback_app_menu (GtkHeaderBar *bar, gtk_header_bar_set_show_fallback_app_menu (GtkHeaderBar *bar,
gboolean setting) gboolean setting)
{ {
GtkHeaderBarPrivate *priv; GtkHeaderBarPrivate *priv;