diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-12 17:40:28 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-12 17:40:28 +0800 |
commit | 590359196fe598b4ed6d1e6cd97395d181f51a4c (patch) | |
tree | 95a737af8646e36eb0a54fead298d4ad2228cc2d /libempathy/empathy-tp-group.h | |
parent | c29b376f15e610018da2349b5f2a786df62d5737 (diff) | |
download | gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.tar gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.tar.gz gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.tar.bz2 gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.tar.lz gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.tar.xz gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.tar.zst gsoc2013-empathy-590359196fe598b4ed6d1e6cd97395d181f51a4c.zip |
Fix coding style
svn path=/trunk/; revision=1964
Diffstat (limited to 'libempathy/empathy-tp-group.h')
-rw-r--r-- | libempathy/empathy-tp-group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-group.h b/libempathy/empathy-tp-group.h index 4a60bfc69..9e0dd53ef 100644 --- a/libempathy/empathy-tp-group.h +++ b/libempathy/empathy-tp-group.h @@ -86,7 +86,7 @@ EmpathyPendingInfo *empathy_pending_info_new (EmpathyContact *me EmpathyContact *actor, const gchar *message); void empathy_pending_info_free (EmpathyPendingInfo *info); -TpChannelGroupFlags empathy_tp_group_get_flags (EmpathyTpGroup *group); +TpChannelGroupFlags empathy_tp_group_get_flags (EmpathyTpGroup *group); G_END_DECLS |