[Telepathy-commits] [telepathy-gabble/master] _gabble_roster_foreach_channel_helper: fix indentation

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Aug 21 08:13:38 PDT 2008


---
 src/roster.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/roster.c b/src/roster.c
index 45eca05..2e0a6f9 100644
--- a/src/roster.c
+++ b/src/roster.c
@@ -1779,8 +1779,8 @@ struct foreach_data {
 
 static void
 _gabble_roster_foreach_channel_helper (gpointer key,
-                                          gpointer value,
-                                          gpointer data)
+                                       gpointer value,
+                                       gpointer data)
 {
   GabbleExportableChannel *chan = GABBLE_EXPORTABLE_CHANNEL (value);
   struct foreach_data *foreach = (struct foreach_data *) data;
-- 
1.5.6.3



More information about the Telepathy-commits mailing list