examples/ipforward/ipforward.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-10 22:21:06 +09:00 committed by Xiang Xiao
parent 2d9ed6a7e7
commit dcfebf1cea

View File

@ -202,7 +202,7 @@ static const uint32_t g_netmask = HTONL(0xffffff00);
#endif
#ifdef CONFIG_EXAMPLES_IPFORWARD_TCP
static const char g_payload[] = "Hi there, TUN receiver!";
static const char g_payload[] = "Hi there TUN receiver!";
#endif
#ifdef CONFIG_NET_IPv4