[Telepathy-commits] [telepathy-gabble/master] coding style fix

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:17 PDT 2008


20080606074837-7fe3f-c4be2cb4b1a9592106e5f604bcaf989f4c667187.gz
---
 src/olpc-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/olpc-view.c b/src/olpc-view.c
index 6836888..b02ddbf 100644
--- a/src/olpc-view.c
+++ b/src/olpc-view.c
@@ -367,7 +367,7 @@ gabble_olpc_view_add_buddies (GabbleOlpcView *self,
 
   g_assert (buddies->len == buddies_properties->len);
 
-  empty = g_array_new (FALSE, FALSE, sizeof(TpHandle));
+  empty = g_array_new (FALSE, FALSE, sizeof (TpHandle));
 
   /* store properties */
   for (i = 0; i < buddies->len; i++)
@@ -409,7 +409,7 @@ gabble_olpc_view_remove_buddies (GabbleOlpcView *self,
   tp_handle_set_foreach (buddies,
       (TpHandleSetMemberFunc) remove_properties_foreach, self);
 
-  empty = g_array_new (FALSE, FALSE, sizeof(TpHandle));
+  empty = g_array_new (FALSE, FALSE, sizeof (TpHandle));
   removed = tp_handle_set_to_array (buddies);
 
   gabble_svc_olpc_view_emit_buddies_changed (self, empty, removed);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list