From 537171eac271e050191d03dd6f041fbf8355d782 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 26 Dec 2011 17:51:28 -0800 Subject: [PATCH] Fix whitespace. Signed-off-by: Robin H. Johnson --- net/iproute2.sh | 2 +- net/macvlan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/iproute2.sh b/net/iproute2.sh index 21ec820d..693efe01 100644 --- a/net/iproute2.sh +++ b/net/iproute2.sh @@ -353,7 +353,7 @@ iproute2_post_stop() ip -4 route flush table cache dev "${IFACE}" fi fi - + # Kernel may not have IPv6 built in if [ -e /proc/net/ipv6_route ]; then local rules="$(service_get_value "ip6_rule")" diff --git a/net/macvlan.sh b/net/macvlan.sh index 8ac75b88..b8a8ffa2 100644 --- a/net/macvlan.sh +++ b/net/macvlan.sh @@ -43,7 +43,7 @@ macvlan_pre_start() [ -z "${macvlan}" ] && return 0 _check_macvlan || return 1 - + case " ${MODULES} " in *" ifconfig "*) eerror "sys-apps/iproute2 is required to configure MACVLANs"