Commit c36b6f62 authored by Dafydd Harries's avatar Dafydd Harries

fix indentation

darcs-hash:20070217153655-c9803-f90041d5a19a77cd70d698452f56b9597a18d427.gz
parent 4d74acd9
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
static void static void
recv_cb ( recv_cb (
NiceAgent *agent, NiceAgent *agent,
guint stream_id, guint stream_id,
guint candidate_id, guint candidate_id,
guint len, guint len,
gchar *buf, gchar *buf,
G_GNUC_UNUSED G_GNUC_UNUSED
gpointer user_data) gpointer user_data)
{ {
nice_agent_send (agent, stream_id, candidate_id, len, buf); nice_agent_send (agent, stream_id, candidate_id, len, buf);
} }
......
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