From 5404e124b64d879b11931235c0a3874f2d98dc09 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Sat, 26 Dec 2015 20:52:53 +0100 Subject: [PATCH] gtkframe: format fix --- gtk/gtkframe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index da96b8f6c5..19b2571384 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