From 7bc8c0cbd6c41a84ef45f3a8141fb89d0ffcf75f Mon Sep 17 00:00:00 2001 From: bz Date: Thu, 11 Dec 2008 15:42:59 +0000 Subject: Whitespace changes only - tabs must have been converted to spaces somehow, when moving the code from p4 to svn. Sponsored by: The FreeBSD Foundation --- sys/net/if.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/net') diff --git a/sys/net/if.c b/sys/net/if.c index 87b0328..5142a5c 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -169,11 +169,11 @@ static struct filterops netdev_filtops = #ifndef VIMAGE_GLOBALS static struct vnet_symmap vnet_net_symmap[] = { - VNET_SYMMAP(net, ifnet), - VNET_SYMMAP(net, rt_tables), - VNET_SYMMAP(net, rtstat), - VNET_SYMMAP(net, rttrash), - VNET_SYMMAP_END + VNET_SYMMAP(net, ifnet), + VNET_SYMMAP(net, rt_tables), + VNET_SYMMAP(net, rtstat), + VNET_SYMMAP(net, rttrash), + VNET_SYMMAP_END }; VNET_MOD_DECLARE(NET, net, vnet_net_iattach, vnet_net_idetach, -- cgit v1.1