[telepathy-gabble/master] If one block in an if/else has {} then all of them should have it.
Mike Ruprecht
mike.ruprecht at collabora.co.uk
Tue Dec 29 05:35:05 PST 2009
---
src/call-stream.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/call-stream.c b/src/call-stream.c
index d28ec19..94db0d3 100644
--- a/src/call-stream.c
+++ b/src/call-stream.c
@@ -323,7 +323,9 @@ gabble_call_stream_constructed (GObject *obj)
g_object_unref (connection);
}
else
- priv->got_relay_info = TRUE;
+ {
+ priv->got_relay_info = TRUE;
+ }
if (G_OBJECT_CLASS (gabble_call_stream_parent_class)->constructed != NULL)
G_OBJECT_CLASS (gabble_call_stream_parent_class)->constructed (obj);
--
1.5.6.5
More information about the telepathy-commits
mailing list