summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-group.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-02 15:36:38 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-02 15:36:38 +0000
commit6339a94ea61708b0403799f98acdc3161c0f3052 (patch)
tree63783a1c253f6a60a025e8b9bc30132e651aa1d3 /telepathy-glib/channel-group.c
parent0acdec997759b75319f84bd43d6a50f6541bf9d5 (diff)
downloadtelepathy-glib-6339a94ea61708b0403799f98acdc3161c0f3052.tar.gz
_tp_channel_emit_initial_sets: make whitespace consistent
20080702153638-53eee-aed64338c29c29aef9262c65ad7b454682753b32.gz
Diffstat (limited to 'telepathy-glib/channel-group.c')
-rw-r--r--telepathy-glib/channel-group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/channel-group.c b/telepathy-glib/channel-group.c
index 6a6618396..88119e69c 100644
--- a/telepathy-glib/channel-group.c
+++ b/telepathy-glib/channel-group.c
@@ -579,7 +579,7 @@ static void
_tp_channel_emit_initial_sets (TpChannel *self)
{
GArray *added, *remote_pending;
- GArray empty_array = {NULL, 0};
+ GArray empty_array = { NULL, 0 };
TpIntSetIter iter = TP_INTSET_ITER_INIT (self->priv->group_local_pending);
added = tp_intset_to_array (self->priv->group_members);
@@ -591,7 +591,7 @@ _tp_channel_emit_initial_sets (TpChannel *self)
while (tp_intset_iter_next (&iter))
{
TpHandle handle;
- GArray local_pending = {(gchar*) &handle, 1};
+ GArray local_pending = { (gchar *) &handle, 1 };
TpHandle actor;
TpChannelGroupChangeReason reason;
const gchar *message;