From 3f576676479e5bbf35670e14db1925f07bcd668e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 4 Dec 2020 10:48:20 +0900 Subject: [PATCH] net/sixlowpan/sixlowpan_icmpv6send.c: Appease nxstyle --- net/sixlowpan/sixlowpan_icmpv6send.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sixlowpan/sixlowpan_icmpv6send.c b/net/sixlowpan/sixlowpan_icmpv6send.c index 84fad4afb3..5f60a3221f 100644 --- a/net/sixlowpan/sixlowpan_icmpv6send.c +++ b/net/sixlowpan/sixlowpan_icmpv6send.c @@ -124,9 +124,9 @@ void sixlowpan_icmpv6_send(FAR struct net_driver_s *dev, goto drop; } - /* Get the IPv6 + ICMPv6 combined header length. NOTE: This header - * size includes only the common 32-bit header at the beginning of - * each ICMPv6 message. + /* Get the IPv6 + ICMPv6 combined header length. NOTE: This + * header size includes only the common 32-bit header at the + * beginning of each ICMPv6 message. */ hdrlen = IPv6_HDRLEN + ICMPv6_HDRLEN;