[Telepathy-commits] [telepathy-gabble/master] coding style fix
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jan 6 08:41:33 PST 2009
---
src/bytestream-factory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 459ef9a..5086ae1 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -638,7 +638,7 @@ bytestream_factory_iq_si_cb (LmMessageHandler *handler,
bytestream = gabble_bytestream_factory_create_from_method (self,
l->data, peer_handle, stream_id, stream_init_id, peer_resource,
GABBLE_BYTESTREAM_STATE_LOCAL_PENDING);
- if (bytestream)
+ if (bytestream != NULL)
break;
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list