diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-03 16:14:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-03 16:14:02 +0800 |
commit | 8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e (patch) | |
tree | d39367249fd785fd22a26b550d2d2e95e6144830 | |
parent | 663ef268deaa411db38c865ce90260d86eea0b41 (diff) | |
download | gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.tar gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.tar.gz gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.tar.bz2 gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.tar.lz gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.tar.xz gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.tar.zst gsoc2013-empathy-8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e.zip |
contact: coding style fix
-rw-r--r-- | 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 b28959a31..5b6e3345d 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; } } |