summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Garg <rohan@garg.io>2015-03-21 23:24:10 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-04-14 10:48:03 +0100
commitdd1afec4b09223600f494331476133d3077b1336 (patch)
tree367bb8a71ac2bc615c06911f5866d0efb30f372d
parent0a47fc0cbbcc6e023a77bbafef96fa3b1c42cf0b (diff)
downloadlibnice-dd1afec4b09223600f494331476133d3077b1336.tar.gz
agent: Whitespace fixes
-rw-r--r--agent/agent.c4
-rw-r--r--agent/agent.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/agent/agent.c b/agent/agent.c
index 776a9c7..78e2919 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -1003,7 +1003,7 @@ nice_agent_class_init (NiceAgentClass *klass)
nice_debug_init ();
}
-static void priv_generate_tie_breaker (NiceAgent *agent)
+static void priv_generate_tie_breaker (NiceAgent *agent)
{
nice_rng_generate_bytes (agent->rng, 8, (gchar*)&agent->tie_breaker);
}
@@ -4591,7 +4591,7 @@ nice_agent_restart (
for (i = agent->streams; i; i = i->next) {
Stream *stream = i->data;
- /* step: reset local credentials for the stream and
+ /* step: reset local credentials for the stream and
* clean up the list of remote candidates */
stream_restart (agent, stream);
}
diff --git a/agent/agent.h b/agent/agent.h
index 151f60e..ddaa652 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -1530,4 +1530,3 @@ nice_agent_get_component_state (NiceAgent *agent,
G_END_DECLS
#endif /* _AGENT_H */
-