Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 06:19:24 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279267 - head/sys/dev/sfxge
Message-ID:  <201502250619.t1P6JOeF099369@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Wed Feb 25 06:19:23 2015
New Revision: 279267
URL: https://svnweb.freebsd.org/changeset/base/279267

Log:
  sfxge: use tab to indent instead of spaces
  
  Sponsored by:   Solarflare Communications, Inc.
  Approved by:    gnn (mentor)

Modified:
  head/sys/dev/sfxge/sfxge_port.c

Modified: head/sys/dev/sfxge/sfxge_port.c
==============================================================================
--- head/sys/dev/sfxge/sfxge_port.c	Wed Feb 25 06:19:00 2015	(r279266)
+++ head/sys/dev/sfxge/sfxge_port.c	Wed Feb 25 06:19:23 2015	(r279267)
@@ -290,7 +290,7 @@ static const uint64_t sfxge_link_baudrat
 	[EFX_LINK_100FDX]	= IF_Mbps(100),
 	[EFX_LINK_1000HDX]	= IF_Gbps(1),
 	[EFX_LINK_1000FDX]	= IF_Gbps(1),
-	[EFX_LINK_10000FDX]     = IF_Gbps(10),
+	[EFX_LINK_10000FDX]	= IF_Gbps(10),
 };
 
 void



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