[empathy] contact: coding style fix



commit 8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Aug 3 10:14:02 2010 +0200

    contact: coding style fix

 libempathy/empathy-contact.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index b28959a..5b6e334 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -808,7 +808,7 @@ empathy_contact_get_persona (EmpathyContact *contact)
                     {
                       /* Found the right persona */
                       empathy_contact_set_persona (contact,
-                          (FolksPersona*) persona);
+                          (FolksPersona *) persona);
                       goto finished;
                     }
                 }



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