empathy r1181 - trunk/libempathy



Author: xclaesse
Date: Thu Jun 19 12:47:56 2008
New Revision: 1181
URL: http://svn.gnome.org/viewvc/empathy?rev=1181&view=rev

Log:
Fix coding style


Modified:
   trunk/libempathy/empathy-contact.c

Modified: trunk/libempathy/empathy-contact.c
==============================================================================
--- trunk/libempathy/empathy-contact.c	(original)
+++ trunk/libempathy/empathy-contact.c	Thu Jun 19 12:47:56 2008
@@ -749,9 +749,7 @@
   /* When the name is NULL, empathy_contact_get_name() fallback to the id.
    * When the caller want to wait the name to be ready, it also want to wait
    * the id to be ready in case of fallback. */
-  if ((ready | EMPATHY_CONTACT_READY_NAME) &&
-       G_STR_EMPTY (priv->name))
-    {
+  if ((ready | EMPATHY_CONTACT_READY_NAME) && G_STR_EMPTY (priv->name)) {
       ready |= EMPATHY_CONTACT_READY_ID;
     }
 



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