[gtk+/wip/csoriano/pathbar-bin-view-window: 39/65] gtkhidingbox: reorder variables



commit 77e72d287f0bfc2f8012fb5c523e9ad96c70a3e6
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Nov 4 16:06:11 2015 +0100

    gtkhidingbox: reorder variables

 gtk/gtkhidingbox.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkhidingbox.c b/gtk/gtkhidingbox.c
index 45f7882..eccafe9 100644
--- a/gtk/gtkhidingbox.c
+++ b/gtk/gtkhidingbox.c
@@ -311,8 +311,10 @@ gtk_hiding_box_get_preferred_width (GtkWidget *widget,
 {
   GtkHidingBox *box = GTK_HIDING_BOX (widget);
   GtkHidingBoxPrivate *priv = gtk_hiding_box_get_instance_private (box);
-  gint cm, cn;
-  gint m, n;
+  gint cm;
+  gint cn;
+  gint m;
+  gint n;
   GList *child;
   gint n_visible_children;
   gboolean have_min = FALSE;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]