Commit dd1afec4 authored by Rohan Garg's avatar Rohan Garg Committed by Philip Withnall

agent: Whitespace fixes

parent 0a47fc0c
...@@ -1003,7 +1003,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -1003,7 +1003,7 @@ nice_agent_class_init (NiceAgentClass *klass)
nice_debug_init (); 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); nice_rng_generate_bytes (agent->rng, 8, (gchar*)&agent->tie_breaker);
} }
...@@ -4591,7 +4591,7 @@ nice_agent_restart ( ...@@ -4591,7 +4591,7 @@ nice_agent_restart (
for (i = agent->streams; i; i = i->next) { for (i = agent->streams; i; i = i->next) {
Stream *stream = i->data; 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 */ * clean up the list of remote candidates */
stream_restart (agent, stream); stream_restart (agent, stream);
} }
......
...@@ -1530,4 +1530,3 @@ nice_agent_get_component_state (NiceAgent *agent, ...@@ -1530,4 +1530,3 @@ nice_agent_get_component_state (NiceAgent *agent,
G_END_DECLS G_END_DECLS
#endif /* _AGENT_H */ #endif /* _AGENT_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment