commit: 82592ff33bd3409047ae78448e55afbf7994f405
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 09:22:35 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 09:22:35 2024 +0000
URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=82592ff3
net/ip6token.sh: cleanup whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
net/ip6token.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ip6token.sh b/net/ip6token.sh
index 71e17b5..8b0ca31 100644
--- a/net/ip6token.sh
+++ b/net/ip6token.sh
@@ -14,7 +14,7 @@ ip6token_pre_start()
eval tconfig=\$ip6token_${IFVAR}
[ -z "${tconfig}" ] && return 0
- ip token set "${tconfig}" dev "${IFACE}"
+ ip token set "${tconfig}" dev "${IFACE}"
return $?
}