Remove exra whitespace from files (#189)

* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
This commit is contained in:
Xiang Xiao
2020-01-31 07:15:01 -08:00
committed by Gregory Nutt
parent 960c26491c
commit 68951e8d72
1339 changed files with 300 additions and 1669 deletions
-1
View File
@@ -108,4 +108,3 @@ int netdev_carrier_off(FAR struct net_driver_s *dev)
return -EINVAL;
}
-1
View File
@@ -75,4 +75,3 @@ int netdev_count(void)
net_unlock();
return ndev;
}
-1
View File
@@ -99,4 +99,3 @@ FAR struct net_driver_s *netdev_default(void)
net_unlock();
return ret;
}
-1
View File
@@ -343,4 +343,3 @@ FAR struct net_driver_s *netdev_findby_ripv6addr(const net_ipv6addr_t lipaddr,
return netdev_default();
}
#endif /* CONFIG_NET_IPv6 */
-1
View File
@@ -174,4 +174,3 @@ int netdev_nextindex(int ifindex)
return -ENODEV;
}
#endif
-1
View File
@@ -87,4 +87,3 @@ FAR struct net_driver_s *netdev_findbyname(FAR const char *ifname)
return NULL;
}
-1
View File
@@ -96,4 +96,3 @@ int netdev_foreach(netdev_callback_t callback, FAR void *arg)
return ret;
}
-1
View File
@@ -1797,4 +1797,3 @@ void netdev_ifdown(FAR struct net_driver_s *dev)
#endif
}
}
-1
View File
@@ -145,4 +145,3 @@ void netdev_txnotify_dev(FAR struct net_driver_s *dev)
dev->d_txavail(dev);
}
}
-1
View File
@@ -182,4 +182,3 @@ int netdev_unregister(FAR struct net_driver_s *dev)
return -EINVAL;
}