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:
parent
d6e87d7f40
commit
ffe29f9025
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue