label: Fix indentation

Trivial, but annoying.
This commit is contained in:
Matthias Clasen 2016-09-04 15:38:00 -04:00
parent f5ce6c88ee
commit 61e8c69460

View File

@ -3758,9 +3758,9 @@ gtk_label_get_preferred_size (GtkWidget *widget,
PangoRectangle widest_rect;
PangoRectangle smallest_rect;
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_misc_get_padding (GTK_MISC (label), &xpad, &ypad);
G_GNUC_END_IGNORE_DEPRECATIONS
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_misc_get_padding (GTK_MISC (label), &xpad, &ypad);
G_GNUC_END_IGNORE_DEPRECATIONS
gtk_label_get_preferred_layout_size (label, &smallest_rect, &widest_rect);