mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-05 00:13:19 +00:00
netutils/netlib/netlib_ipmsfilter.c: Appease nxstyle
This commit is contained in:
parent
37aa346da6
commit
cbaf05bfd0
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ int ipmsfilter(FAR const struct in_addr *interface,
|
|||
{
|
||||
int ret = ERROR;
|
||||
|
||||
ninfo("interface: %08x muliaddr: %08x fmode: %ld\n", interface, *multiaddr, fmode);
|
||||
ninfo("interface: %08x muliaddr: %08x fmode: %ld\n",
|
||||
interface, *multiaddr, fmode);
|
||||
if (interface != NULL && multiaddr != NULL)
|
||||
{
|
||||
/* Get a socket (only so that we get access to the INET subsystem) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue