svn commit: r298088 - head/sys/conf

Luiz Otavio O Souza loos at FreeBSD.org
Fri Apr 15 21:31:42 UTC 2016


Author: loos
Date: Fri Apr 15 21:31:40 2016
New Revision: 298088
URL: https://svnweb.freebsd.org/changeset/base/298088

Log:
  Replace <tab><tab> with <space><tab>.
  
  No functional change.
  
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Apr 15 20:27:36 2016	(r298087)
+++ head/sys/conf/NOTES	Fri Apr 15 21:31:40 2016	(r298088)
@@ -719,7 +719,7 @@ options 	ALTQ_CBQ	# Class Based Queueing
 options 	ALTQ_RED	# Random Early Detection
 options 	ALTQ_RIO	# RED In/Out
 options 	ALTQ_HFSC	# Hierarchical Packet Scheduler
-options		ALTQ_FAIRQ	# Fair Packet Scheduler
+options 	ALTQ_FAIRQ	# Fair Packet Scheduler
 options 	ALTQ_CDNR	# Traffic conditioner
 options 	ALTQ_PRIQ	# Priority Queueing
 options 	ALTQ_NOPCC	# Required if the TSC is unusable


More information about the svn-src-head mailing list