aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-03 16:14:02 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-03 16:14:02 +0800
commit8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e (patch)
treed39367249fd785fd22a26b550d2d2e95e6144830 /libempathy
parent663ef268deaa411db38c865ce90260d86eea0b41 (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact.c2
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;
}
}