diff options
author | monsta <[email protected]> | 2016-11-21 18:33:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 18:33:04 +0300 |
commit | dd2394ed246b94870fed979cf4435c586ddc6d9f (patch) | |
tree | 6b589d2fe95ce252a0ac213d140a86c09cc93dbb /applets/clock/clock.c | |
parent | 4501110b3bf0d817b455549223bba64b301453ee (diff) | |
download | mate-panel-dd2394ed246b94870fed979cf4435c586ddc6d9f.tar.bz2 mate-panel-dd2394ed246b94870fed979cf4435c586ddc6d9f.tar.xz |
fix indent a bit
Diffstat (limited to 'applets/clock/clock.c')
-rw-r--r-- | applets/clock/clock.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |