Commit a1a870a3 authored by Olivier Crête's avatar Olivier Crête

make indentation consistent

parent 23847045
......@@ -239,8 +239,7 @@ uint16_t stun_message_length (const StunMessage *msg);
* @return a pointer to the start of the attribute payload if found,
* otherwise NULL.
*/
const void *
stun_message_find (const StunMessage * msg, stun_attr_type_t type,
const void * stun_message_find (const StunMessage * msg, stun_attr_type_t type,
uint16_t *restrict palen);
......
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