aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-12-31 23:22:45 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-12-31 23:22:45 +0000
commitefcde1e8c796f8a1cbf26c67f08e65718b004a6f (patch)
tree2ac6a38492610afe1a47aee2d792a4dc1ce2a07c /sys/security
parent9094ffdfe3fd16ec123e4e992dbb93be6ebe961f (diff)
downloadsrc-efcde1e8c796f8a1cbf26c67f08e65718b004a6f.tar.gz
src-efcde1e8c796f8a1cbf26c67f08e65718b004a6f.zip
Fix white space botch: use carriage returns rather than tabs.
Notes
Notes: svn path=/head/; revision=186662
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_pipe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c
index f12a2b126989..ef4fc83d9e07 100644
--- a/sys/security/audit/audit_pipe.c
+++ b/sys/security/audit/audit_pipe.c
@@ -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;