Style: Add empty line before comment in UDP proxy code
This commit is contained in:
parent
d58477769d
commit
cf469458ca
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ int handle_message( const char *way,
|
|||
delay_list = opt.delay_srv;
|
||||
delay_list_len = opt.delay_srv_cnt;
|
||||
}
|
||||
|
||||
/* Check if message type is in the list of messages
|
||||
* that should be delayed */
|
||||
for( delay_idx = 0; delay_idx < delay_list_len; delay_idx++ )
|
||||
|
|
Loading…
Reference in a new issue