Purely cosmetic tweak, use consistant whitespace with scopeid.

This commit is contained in:
Peter Wemm 2000-03-06 05:29:56 +00:00
parent bd0f7bd72d
commit 3812e2664a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57776

View File

@ -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 ");