summaryrefslogtreecommitdiff
path: root/agent/stream.c
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-04-22 16:28:00 +0000
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-04-22 16:28:00 +0000
commit64c4096d9ef08c8b018deac960d3612bf680702d (patch)
tree29b61db554c071d00fdcd2ada0d3a5f7806752f2 /agent/stream.c
parent93ac1313641efe0ae41ebc3544e7230e54477289 (diff)
downloadlibnice-64c4096d9ef08c8b018deac960d3612bf680702d.tar.gz
fix some trailing spaces
darcs-hash:20080422162808-4f0f6-84a59e52bc8309765d32b543b6596b70216d09f1.gz
Diffstat (limited to 'agent/stream.c')
-rw-r--r--agent/stream.c6
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;