whitespace fixes. no code changes
[oweals/busybox.git] / networking / ifenslave.c
index fed18696792e34836e18e2bd36c4161ec307c8b3..4c7eadc83be0b7e4a4ebfcd972da28d96a7ce823 100644 (file)
@@ -147,7 +147,7 @@ static int ioctl_on_skfd(unsigned request, struct ifreq *ifr)
 
 static int set_ifrname_and_do_ioctl(unsigned request, struct ifreq *ifr, const char *ifname)
 {
-        strncpy_IFNAMSIZ(ifr->ifr_name, ifname);
+       strncpy_IFNAMSIZ(ifr->ifr_name, ifname);
        return ioctl_on_skfd(request, ifr);
 }