net/igmp/igmp_join.c: Appease nxstyle

The following nxstyle errors are intentionally left
because they are a part of the copyright notice.

net/igmp/igmp_join.c:22:82: error: Long line found
net/igmp/igmp_join.c:29:82: error: Long line found
This commit is contained in:
YAMAMOTO Takashi 2020-11-23 20:34:40 +09:00 committed by Xiang Xiao
parent d6e87d7f40
commit ffe29f9025
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@
*
****************************************************************************/
int igmp_joingroup(struct net_driver_s *dev, FAR const struct in_addr *grpaddr)
int igmp_joingroup(struct net_driver_s *dev,
FAR const struct in_addr *grpaddr)
{
struct igmp_group_s *group;
int ret;