[empathy] Coding style fix



commit 8bf9d7759ffb6b5d64c0cbb70d928fd6349291b1
Author: Davyd Madeley <davyd madeley id au>
Date:   Tue Apr 21 16:07:16 2009 +0800

    Coding style fix
---
 libempathy-gtk/empathy-presence-chooser.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index 834b953..8e9574b 100644
--- a/libempathy-gtk/empathy-presence-chooser.c
+++ b/libempathy-gtk/empathy-presence-chooser.c
@@ -448,8 +448,7 @@ presence_chooser_entry_icon_release_cb (EmpathyPresenceChooser *self,
 {
 	EmpathyPresenceChooserPriv *priv = GET_PRIV (self);
 
-	if (priv->editing_status)
-	{
+	if (priv->editing_status) {
 		presence_chooser_set_status_editing (self, FALSE);
 		mc_set_custom_state (self);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]