overlay: Trivial indentation fix

This commit is contained in:
Timm Bäder
2019-01-13 05:49:26 +01:00
parent c6da0c9a7a
commit c7f773f3e3

View File

@@ -314,7 +314,7 @@ gtk_overlay_size_allocate (GtkWidget *widget,
gtk_widget_size_allocate (main_widget,
&(GtkAllocation) {
0, 0,
width, height
width, height
}, -1);
for (child = gtk_widget_get_first_child (widget);