Commit fe6ac77f authored by Marcus Lundblad's avatar Marcus Lundblad Committed by Youness Alaoui

Fix a couple of whitespace-before param list issues

parent 4147216e
...@@ -501,7 +501,7 @@ socket_send (NiceSocket *sock, const NiceAddress *to, ...@@ -501,7 +501,7 @@ socket_send (NiceSocket *sock, const NiceAddress *to,
if (!priv_has_permission_for_peer (priv, to) && if (!priv_has_permission_for_peer (priv, to) &&
!priv_has_sent_permission_for_peer (priv, to)) { !priv_has_sent_permission_for_peer (priv, to)) {
nice_debug ("no permission installed for peer"); nice_debug ("no permission installed for peer");
priv_send_create_permission(priv, NULL, 0, NULL, 0, to); priv_send_create_permission (priv, NULL, 0, NULL, 0, to);
} }
} }
......
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