mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue