summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-12-26 20:52:53 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-12-26 20:52:53 +0100
commit5404e124b64d879b11931235c0a3874f2d98dc09 (patch)
tree8047b1150be56c94f8212bc7f2ab7f7f4be441e7
parent79b6d4898339a38ecb67696a110a5b0374521291 (diff)
downloadgtk+-5404e124b64d879b11931235c0a3874f2d98dc09.tar.gz
gtkframe: format fix
-rw-r--r--gtk/gtkframe.c2
1 files changed, 0 insertions, 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