Selaa lähdekoodia

ppp: whitespace cleanup in previous commit

SVN-Revision: 22497
Jo-Philipp Wich 15 vuotta sitten
vanhempi
sitoutus
187ec5ae19
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      package/ppp/patches/330-retain_foreign_default_routes.patch

+ 1 - 1
package/ppp/patches/330-retain_foreign_default_routes.patch

@@ -4,7 +4,7 @@
  	SIN_ADDR(rt.rt_genmask) = 0L;
      }
  
-+	rt.rt_dev = ifname;
++    rt.rt_dev = ifname;
      rt.rt_flags = RTF_UP;
      if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
  	if (still_ppp()) {