udev: fix coding style

This commit is contained in:
Susant Sahani 2015-05-06 11:45:13 +05:30 committed by Lennart Poettering
parent cafbecf31c
commit 61087906e0
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ int ethtool_get_driver(int *fd, const char *ifname, char **ret) {
return 0;
}
int ethtool_set_speed(int *fd, const char *ifname, unsigned int speed, Duplex duplex)
{
int ethtool_set_speed(int *fd, const char *ifname, unsigned int speed, Duplex duplex) {
struct ethtool_cmd ecmd = {
.cmd = ETHTOOL_GSET
};