aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorLaurent Contzen <lcontzen@gmail.com>2012-08-04 18:22:07 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-06 15:33:07 +0800
commitbcbff1934277eeb5f282810784cbddb50222161b (patch)
tree9f8a8dbeb50390f683b2aa7068fa043485f3f63c /libempathy-gtk
parent119351a936be47a235b9fd0d7cce1b73fb8e289e (diff)
downloadgsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.tar
gsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.tar.gz
gsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.tar.bz2
gsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.tar.lz
gsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.tar.xz
gsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.tar.zst
gsoc2013-empathy-bcbff1934277eeb5f282810784cbddb50222161b.zip
Coding style fixup in empathy-roster-model-manager.c
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-roster-model-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-roster-model-manager.c b/libempathy-gtk/empathy-roster-model-manager.c
index cb8a112f9..c0549d80a 100644
--- a/libempathy-gtk/empathy-roster-model-manager.c
+++ b/libempathy-gtk/empathy-roster-model-manager.c
@@ -275,5 +275,6 @@ static void
roster_model_iface_init (EmpathyRosterModelInterface *iface)
{
iface->get_individuals = empathy_roster_model_manager_get_individuals;
- iface->get_groups_for_individual = empathy_roster_model_manager_get_groups_for_individual;
+ iface->get_groups_for_individual =
+ empathy_roster_model_manager_get_groups_for_individual;
}