From 326c80db728daefc6a481241363222b2d8ac5049 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 30 Mar 2020 14:58:58 +0900 Subject: [PATCH] tcpblaster: Appease nxstyle complaints --- examples/tcpblaster/tcpblaster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tcpblaster/tcpblaster.h b/examples/tcpblaster/tcpblaster.h index c1295b55b..849bb9fae 100644 --- a/examples/tcpblaster/tcpblaster.h +++ b/examples/tcpblaster/tcpblaster.h @@ -80,7 +80,7 @@ #undef NTOHL #define NTOHL(hl) HTONL(hl) - /* Have SO_LINGER */ +/* Have SO_LINGER */ # define FAR # define TCPBLASTER_HAVE_SOLINGER 1