]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: fix coding style
authorSusant Sahani <susant@redhat.com>
Wed, 6 May 2015 06:15:13 +0000 (11:45 +0530)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 May 2015 16:27:46 +0000 (09:27 -0700)
src/udev/net/ethtool-util.c

index ec67126b21b1995ce01bddb453260afe9b076a30..927b8abc64f335943566bcd07e13700446b09d32 100644 (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
         };