diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-04-22 16:28:00 +0000 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2008-04-22 16:28:00 +0000 |
commit | 64c4096d9ef08c8b018deac960d3612bf680702d (patch) | |
tree | 29b61db554c071d00fdcd2ada0d3a5f7806752f2 /agent/stream.c | |
parent | 93ac1313641efe0ae41ebc3544e7230e54477289 (diff) | |
download | libnice-64c4096d9ef08c8b018deac960d3612bf680702d.tar.gz |
fix some trailing spaces
darcs-hash:20080422162808-4f0f6-84a59e52bc8309765d32b543b6596b70216d09f1.gz
Diffstat (limited to 'agent/stream.c')
-rw-r--r-- | agent/stream.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/stream.c b/agent/stream.c index 4bd750c..5342a7c 100644 --- a/agent/stream.c +++ b/agent/stream.c @@ -104,7 +104,7 @@ stream_find_component_by_id (const Stream *stream, guint id) if (component && component->id == id) return component; } - + return NULL; } @@ -124,7 +124,7 @@ stream_all_components_ready (const Stream *stream) component->state == NICE_COMPONENT_STATE_READY)) return FALSE; } - + return TRUE; } @@ -142,7 +142,7 @@ stream_find_component_by_fd (const Stream *stream, guint fd) for (i = stream->components; i; i = i->next) { Component *component = i->data; - NiceUDPSocket *socket = + NiceUDPSocket *socket = component_find_udp_socket_by_fd (component, fd); if (socket) return component; |