diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-12-15 20:50:37 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-12-15 20:50:37 +0000 |
commit | ca2ef55962deccbddf48fd09429cc2cdf58ff3fc (patch) | |
tree | a113cc6d3fb1f6f28d40643a04b167fc2f3cdebf /lib/libc/net | |
parent | c6f6c1aa2b6a771a683717457b87c4bb18ce924e (diff) |
Nuke some trailing tabs.
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/if_nameindex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/if_nameindex.c b/lib/libc/net/if_nameindex.c index 11c544b20ee..123ac85ad69 100644 --- a/lib/libc/net/if_nameindex.c +++ b/lib/libc/net/if_nameindex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nameindex.c,v 1.11 2015/10/23 13:09:19 claudio Exp $ */ +/* $OpenBSD: if_nameindex.c,v 1.12 2016/12/15 20:50:36 krw Exp $ */ /* $KAME: if_nameindex.c,v 1.7 2000/11/24 08:17:20 itojun Exp $ */ /*- @@ -78,7 +78,7 @@ struct if_nameindex * if_nameindex(void) { - struct if_nameindex_msg *ifnm = NULL; + struct if_nameindex_msg *ifnm = NULL; struct if_nameindex *ifni = NULL, *ifni2; char *cp; size_t nbytes, needed; @@ -92,7 +92,7 @@ if_nameindex(void) mib[4] = NET_RT_IFNAMES; mib[5] = 0; /* no flags */ while (1) { - struct if_nameindex_msg *buf = NULL; + struct if_nameindex_msg *buf = NULL; if (sysctl(mib, 6, NULL, &needed, NULL, 0) == -1) goto out; |