aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.c
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-07-10 09:26:48 +0800
committerTravis Reitter <treitter@gmail.com>2010-07-21 07:12:37 +0800
commit61814a215542bfe7353679affcc1d5dfaf1db094 (patch)
tree5160e2a994b54bc867891a173b02bbb3753f0ea1 /libempathy/empathy-individual-manager.c
parent4be5fe61180e2c211114435b6490f820fd04d18c (diff)
downloadgsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.tar
gsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.tar.gz
gsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.tar.bz2
gsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.tar.lz
gsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.tar.xz
gsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.tar.zst
gsoc2013-empathy-61814a215542bfe7353679affcc1d5dfaf1db094.zip
Only have one parameter per function definition line.
Diffstat (limited to 'libempathy/empathy-individual-manager.c')
-rw-r--r--libempathy/empathy-individual-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index de296cd80..9f260cb27 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -354,7 +354,8 @@ empathy_individual_manager_remove (EmpathyIndividualManager *self,
}
static void
-remove_group_cb (const gchar *id, FolksIndividual *individual,
+remove_group_cb (const gchar *id,
+ FolksIndividual *individual,
const gchar *group)
{
folks_groups_change_group (FOLKS_GROUPS (individual), group, FALSE);