From 76def55630f684262b031d69788337b56c8e8e06 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 6 Mar 2000 05:29:56 +0000 Subject: Purely cosmetic tweak, use consistant whitespace with scopeid. --- sbin/ifconfig/ifconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ifconfig') diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 70437b8..a3c75ca 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1074,7 +1074,7 @@ in6_status(s, info) printf("deprecated "); if (scopeid) - printf(" scopeid 0x%x", scopeid); + printf("scopeid 0x%x ", scopeid); if (ip6lifetime && (lifetime.ia6t_preferred || lifetime.ia6t_expire)) { printf("pltime "); -- cgit v1.1