[telepathy-gabble/telepathy-gabble-0.8] fix indentation
Dafydd Harries
dafydd.harries at collabora.co.uk
Tue Aug 25 08:16:52 PDT 2009
---
src/bytestream-factory.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 2e586b5..60dbc5f 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -1865,12 +1865,12 @@ streaminit_reply_cb (GabbleConnection *conn,
if (room_handle == 0)
{
- /* jid is not a muc jid so we need contact's resource */
- gabble_decode_jid (from, NULL, NULL, &peer_resource);
+ /* jid is not a muc jid so we need contact's resource */
+ gabble_decode_jid (from, NULL, NULL, &peer_resource);
- /* we are not in a muc so our own jid is the one in the 'to' attribute */
- self_jid = g_strdup (lm_message_node_get_attribute (reply_msg->node,
- "to"));
+ /* we are not in a muc so our own jid is the one in the 'to' attribute */
+ self_jid = g_strdup (lm_message_node_get_attribute (reply_msg->node,
+ "to"));
}
else
{
--
1.5.6.5
More information about the telepathy-commits
mailing list