Style: Add empty line before comment in UDP proxy code
diff --git a/programs/test/udp_proxy.c b/programs/test/udp_proxy.c
index 2585220..46f7035 100644
--- a/programs/test/udp_proxy.c
+++ b/programs/test/udp_proxy.c
@@ -663,6 +663,7 @@
         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++ )