瀏覽代碼

ppp: whitespace cleanup in previous commit

SVN-Revision: 22497
Jo-Philipp Wich 15 年之前
父節點
當前提交
187ec5ae19
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()) {