From 81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 26 Jul 2010 00:30:38 -0400 Subject: Coding style and whitespace cleanup. --- mail/e-mail-tab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/e-mail-tab.c') diff --git a/mail/e-mail-tab.c b/mail/e-mail-tab.c index 125f174775..d5909ce1cb 100644 --- a/mail/e-mail-tab.c +++ b/mail/e-mail-tab.c @@ -663,7 +663,7 @@ e_mail_tab_get_preferred_height (ClutterActor *actor, padding.top + padding.bottom + priv->spacing + label_nat_height; - /* Sometimes the preview's natural height will be nan due to + /* Sometimes the preview's natural height will be nan due to * keeping of the aspect ratio. This guards against that and stops * Clutter from warning that the natural height is less than the * minimum height. @@ -1853,7 +1853,7 @@ e_mail_tab_alert_cb (EMailTab *tab) name = (priv->private ^ (priv->alert_count % 2)) ? NULL : "private-tab"; if (!priv->preview_mode) clutter_actor_set_name (CLUTTER_ACTOR (tab), name); - priv->alert_count ++; + priv->alert_count++; if (priv->alert_count < 4) return TRUE; -- cgit v1.2.3