[gtk+] gtkframe: format fix



commit 5404e124b64d879b11931235c0a3874f2d98dc09
Author: Carlos Soriano <csoriano gnome org>
Date:   Sat Dec 26 20:52:53 2015 +0100

    gtkframe: format fix

 gtk/gtkframe.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index da96b8f..19b2571 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -892,8 +892,6 @@ gtk_frame_real_compute_child_allocation (GtkFrame      *frame,
   child_allocation->y = allocation.y + border_width + height;
   child_allocation->width = MAX (1, allocation.width - 2 * border_width);
   child_allocation->height = MAX (1, allocation.height - 2 * border_width - height);
-
-
 }
 
 static void


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