Style: Add empty line before comment in UDP proxy code

This commit is contained in:
Hanno Becker 2018-08-28 10:09:47 +01:00
parent d58477769d
commit cf469458ca

View file

@ -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++ )