summaryrefslogtreecommitdiff
path: root/gtk/gtkheaderbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-11-16 10:52:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-11-16 14:52:21 -0500
commit805bf49be94d1adfd7b88770540c17a9e025e14c (patch)
treea3047138e4ae886aedfc8936efe0c7b6e43b1738 /gtk/gtkheaderbar.c
parent5314b8f33c0c5b2b1291fae851100fe211649fb4 (diff)
downloadgtk+-805bf49be94d1adfd7b88770540c17a9e025e14c.tar.gz
Trivial whitespace fix
Diffstat (limited to 'gtk/gtkheaderbar.c')
-rw-r--r--gtk/gtkheaderbar.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c
index dd5527bf38..24be7290eb 100644
--- a/gtk/gtkheaderbar.c
+++ b/gtk/gtkheaderbar.c
@@ -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;
if (packing == GTK_PACK_START)
- {
- l = priv->children;
- i = 0;
- }
+ {
+ l = priv->children;
+ i = 0;
+ }
else
- {
- l = g_list_last (priv->children);
- i = nvis_children - 1;
- }
+ {
+ l = g_list_last (priv->children);
+ i = nvis_children - 1;
+ }
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
gtk_header_bar_set_show_fallback_app_menu (GtkHeaderBar *bar,
- gboolean setting)
+ gboolean setting)
{
GtkHeaderBarPrivate *priv;