base-files: whitespace fixes
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42542
This commit is contained in:
@@ -81,7 +81,7 @@ network_get_ipaddrs6() {
|
||||
if __network_ifstatus "__addr" "$2" "['ipv6-address','ipv6-prefix-assignment'][*].address"; then
|
||||
for __addr in $__addr; do
|
||||
case "$__addr" in
|
||||
*:) __list="${__list:+$__list }${__addr}1" ;;
|
||||
*:) __list="${__list:+$__list }${__addr}1" ;;
|
||||
*) __list="${__list:+$__list }${__addr}" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user