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