svn commit: r185931 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Thu Dec 11 07:42:59 PST 2008


Author: bz
Date: Thu Dec 11 15:42:59 2008
New Revision: 185931
URL: http://svn.freebsd.org/changeset/base/185931

Log:
  Whitespace changes only - tabs must have been converted to spaces
  somehow, when moving the code from p4 to svn.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/net/if.c

Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c	Thu Dec 11 13:30:29 2008	(r185930)
+++ head/sys/net/if.c	Thu Dec 11 15:42:59 2008	(r185931)
@@ -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,


More information about the svn-src-head mailing list