diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-08 07:10:52 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-08 07:10:52 +0000 |
commit | 7934c01af99a8b19f8df337db8a3065bc951a333 (patch) | |
tree | c2d1ea760a3811dbdcb078962b9ce6c143355579 /sbin/route | |
parent | 2f04793f1ed960b042991df5f9ff76dfc87f82d4 (diff) |
space
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/show.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index 760e5a62f0f..056679a3913 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.68 2008/05/08 06:13:09 norby Exp $ */ +/* $OpenBSD: show.c,v 1.69 2008/05/08 07:10:51 claudio Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -200,7 +200,7 @@ p_rttables(int af, u_int tableid) } } -/* +/* * column widths; each followed by one space * width of destination/gateway column * strlen("fe80::aaaa:bbbb:cccc:dddd@gif0") == 30, strlen("/128") == 4 |