From dd2394ed246b94870fed979cf4435c586ddc6d9f Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 21 Nov 2016 18:33:04 +0300 Subject: fix indent a bit --- applets/clock/clock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applets/clock') diff --git a/applets/clock/clock.c b/applets/clock/clock.c index 880a5e58..bc83c651 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -258,8 +258,8 @@ static int calculate_minimum_width (GtkWidget *widget, const gchar *text) { - PangoContext *pango_context; - PangoLayout *layout; + PangoContext *pango_context; + PangoLayout *layout; int width, height; #if !GTK_CHECK_VERSION (3, 19, 0) int focus_width = 0; @@ -293,7 +293,7 @@ calculate_minimum_width (GtkWidget *widget, "focus-padding", &focus_pad, NULL); -width += 2 * (focus_width + focus_pad) + padding.left + padding.right; + width += 2 * (focus_width + focus_pad) + padding.left + padding.right; #endif #else gtk_widget_style_get (widget, -- cgit v1.2.1