[empathy] coding style fixes
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] coding style fixes
- Date: Tue, 19 Jun 2012 14:38:54 +0000 (UTC)
commit 333e6efdcfc018ee6db2db27e7c05ede30974a11
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Jun 19 16:38:40 2012 +0200
coding style fixes
libempathy-gtk/empathy-roster-view.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-roster-view.c b/libempathy-gtk/empathy-roster-view.c
index 473344c..0decfd1 100644
--- a/libempathy-gtk/empathy-roster-view.c
+++ b/libempathy-gtk/empathy-roster-view.c
@@ -304,10 +304,11 @@ individual_added (EmpathyRosterView *self,
GeeSet *groups;
GList *tops;
- tops = empathy_individual_manager_get_top_individuals (self->priv->manager);
+ tops = empathy_individual_manager_get_top_individuals (
+ self->priv->manager);
if (folks_favourite_details_get_is_favourite (
- FOLKS_FAVOURITE_DETAILS (individual)) ||
+ FOLKS_FAVOURITE_DETAILS (individual)) ||
g_list_index (tops, individual) != -1)
{
add_to_group (self, individual, TOP_GROUP);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]