From faa2df11597cf496205d3d629e3b3147b569afc8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2011 04:49:07 -0500 Subject: more whitespace cleanup Signed-off-by: Mike Frysinger --- net/ip6to4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ip6to4.sh') diff --git a/net/ip6to4.sh b/net/ip6to4.sh index 6bddb7ed..23494290 100644 --- a/net/ip6to4.sh +++ b/net/ip6to4.sh @@ -56,7 +56,7 @@ ip6to4_start() [ ${i} -lt 32 ] && continue ;; esac - + veinfo "IPv4 address on ${host}: ${ip}/${subnet}" local ipa= ip6= IFS="${IFS}." for i in ${ip}; do @@ -87,7 +87,7 @@ ip6to4_start() eend $? || return 1 _up fi - + # Now apply our config eval config_${config_index}=\'"${new}"\' config_index=$((${config_index} - 1)) -- cgit v1.2.3