Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2008 23:22:45 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186662 - head/sys/security/audit
Message-ID:  <200812312322.mBVNMjYe037970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Wed Dec 31 23:22:45 2008
New Revision: 186662
URL: http://svn.freebsd.org/changeset/base/186662

Log:
  Fix white space botch: use carriage returns rather than tabs.

Modified:
  head/sys/security/audit/audit_pipe.c

Modified: head/sys/security/audit/audit_pipe.c
==============================================================================
--- head/sys/security/audit/audit_pipe.c	Wed Dec 31 23:21:07 2008	(r186661)
+++ head/sys/security/audit/audit_pipe.c	Wed Dec 31 23:22:45 2008	(r186662)
@@ -169,7 +169,8 @@ struct audit_pipe {
 	/*
 	 * Current pending record list.  Protected by a combination of ap_mtx
 	 * and ap_sx.  Note particularly that *both* locks are required to
-	 * remove a record from the head of the queue, as an in-progress read		 * may sleep while copying and therefore cannot hold ap_mtx.
+	 * remove a record from the head of the queue, as an in-progress read
+	 * may sleep while copying and therefore cannot hold ap_mtx.
 	 */
 	TAILQ_HEAD(, audit_pipe_entry)	 ap_queue;
 



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