diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-09 01:33:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-09 01:33:37 +0800 |
commit | 1b16114ce2fe6665b20c7d091a16f51b1521f5d5 (patch) | |
tree | 0c87bed89a0f3c0a767a3c1bc45bd298bfbce8dd /libempathy/empathy-contact.h | |
parent | 231b08de20361a1483e6457a2fdbcd4796cf8f79 (diff) | |
download | gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.tar gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.tar.gz gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.tar.bz2 gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.tar.lz gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.tar.xz gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.tar.zst gsoc2013-empathy-1b16114ce2fe6665b20c7d091a16f51b1521f5d5.zip |
Fix some coding style
svn path=/trunk/; revision=1218
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 23398b226..da018fd95 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -121,9 +121,9 @@ gboolean empathy_contact_load_avatar_cache (EmpathyContact *contact, #define EMPATHY_TYPE_AVATAR (empathy_avatar_get_type ()) GType empathy_avatar_get_type (void) G_GNUC_CONST; EmpathyAvatar * empathy_avatar_new (guchar *data, - gsize len, - gchar *format, - gchar *token); + gsize len, + gchar *format, + gchar *token); EmpathyAvatar * empathy_avatar_ref (EmpathyAvatar *avatar); void empathy_avatar_unref (EmpathyAvatar *avatar); |