Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2008 15:42:59 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185931 - head/sys/net
Message-ID:  <200812111542.mBBFgxXJ068829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812111542.mBBFgxXJ068829>