Remove some dangling whitespace at the end of lines.
This commit is contained in:
parent
7035723aeb
commit
2675d3028b
@ -709,7 +709,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
|
|||||||
{
|
{
|
||||||
req->ifr_hwaddr.sa_family = AF_INETX;
|
req->ifr_hwaddr.sa_family = AF_INETX;
|
||||||
memcpy(req->ifr_hwaddr.sa_data,
|
memcpy(req->ifr_hwaddr.sa_data,
|
||||||
dev->d_mac.ieee802154.u8, NET_6LOWPAN_RIMEADDR_SIZE);
|
dev->d_mac.ieee802154.u8, NET_6LOWPAN_RIMEADDR_SIZE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
@ -942,7 +942,7 @@ static int netdev_arp_ioctl(FAR struct socket *psock, int cmd,
|
|||||||
case SIOCSARP: /* Set an ARP mapping */
|
case SIOCSARP: /* Set an ARP mapping */
|
||||||
{
|
{
|
||||||
if (req != NULL &&
|
if (req != NULL &&
|
||||||
req->arp_pa.sa_family == AF_INET &&
|
req->arp_pa.sa_family == AF_INET &&
|
||||||
req->arp_ha.sa_family == ARPHRD_ETHER)
|
req->arp_ha.sa_family == ARPHRD_ETHER)
|
||||||
{
|
{
|
||||||
FAR struct sockaddr_in *addr =
|
FAR struct sockaddr_in *addr =
|
||||||
|
Loading…
Reference in New Issue
Block a user