svn commit: r186662 - head/sys/security/audit

Robert Watson rwatson at FreeBSD.org
Wed Dec 31 23:22:45 UTC 2008


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;
 


More information about the svn-src-all mailing list