agent: Whitespace fixes
authorRohan Garg <rohan@garg.io>
Sat, 21 Mar 2015 22:24:10 +0000 (23:24 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 14 Apr 2015 09:48:03 +0000 (10:48 +0100)
agent/agent.c
agent/agent.h

index 776a9c7..78e2919 100644 (file)
@@ -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);
   }
index 151f60e..ddaa652 100644 (file)
@@ -1530,4 +1530,3 @@ nice_agent_get_component_state (NiceAgent *agent,
 G_END_DECLS
 
 #endif /* _AGENT_H */
-