Commit c36b6f62 authored by Dafydd Harries's avatar Dafydd Harries

fix indentation

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