]> git.0d.be Git - empathy.git/commitdiff
Fix coding style
authorXavier Claessens <xclaesse@src.gnome.org>
Thu, 19 Jun 2008 12:47:56 +0000 (12:47 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 19 Jun 2008 12:47:56 +0000 (12:47 +0000)
svn path=/trunk/; revision=1181

libempathy/empathy-contact.c

index f84dff4a186efa59798fa304dda0f9f8f589ca9d..ad7d0472eb4b799b2f5445fdeef5814c07b7cead 100644 (file)
@@ -749,9 +749,7 @@ contact_is_ready_func (GObject  *contact,
   /* 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;
     }