You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/30 07:12:15 UTC

[incubator-nuttx-apps] 03/03: tcpblaster: Appease nxstyle complaints

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 326c80db728daefc6a481241363222b2d8ac5049
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Mar 30 14:58:58 2020 +0900

    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 c1295b5..849bb9f 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