summaryrefslogtreecommitdiff
path: root/package/base-files/files/bin
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-12-09 11:30:14 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-12-09 11:30:14 +0000
commit4c3e665ffa751a681e18d1f145a36f1288d44543 (patch)
treee1b8d817ec4469a466191b46fd471c5983a4ac79 /package/base-files/files/bin
parent56772438cf2bd854b10b89f45254fff028b277e2 (diff)
[package] base-files: fix whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/bin')
-rwxr-xr-xpackage/base-files/files/bin/ipcalc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/bin/ipcalc.sh b/package/base-files/files/bin/ipcalc.sh
index 7463d6bdda..27a52d6f83 100755
--- a/package/base-files/files/bin/ipcalc.sh
+++ b/package/base-files/files/bin/ipcalc.sh
@@ -11,7 +11,7 @@ function bitcount(c) {
}
function ip2int(ip) {
- for (ret=0,n=split(ip,a,"\."),x=1;x<=n;x++) ret=or(lshift(ret,8),a[x])
+ for (ret=0,n=split(ip,a,"\."),x=1;x<=n;x++) ret=or(lshift(ret,8),a[x])
return ret
}