From 4ac7744c2ed579c4726c1216a695efe714f3b320 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 28 Mar 2020 23:47:18 +0900 Subject: [PATCH] Appease nxstyle complaints --- examples/udpblaster/udpblaster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/udpblaster/udpblaster.h b/examples/udpblaster/udpblaster.h index 4b602535a..6a4568fa2 100644 --- a/examples/udpblaster/udpblaster.h +++ b/examples/udpblaster/udpblaster.h @@ -49,14 +49,14 @@ ****************************************************************************/ #ifdef UDPBLASTER_HOST - /* HTONS/L macros are unique to uIP */ +/* HTONS/L macros are unique to uIP */ # undef HTONS # undef HTONL # define HTONS(a) htons(a) # define HTONL(a) htonl(a) - /* Have SO_LINGER */ +/* Have SO_LINGER */ # define UDPBLASTER_HAVE_SOLINGER 1