summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-12-31 23:22:45 +0000
committerrwatson <rwatson@FreeBSD.org>2008-12-31 23:22:45 +0000
commita5f7e7ad63dfd015e88327967321a8f8eff0dc17 (patch)
tree2ac6a38492610afe1a47aee2d792a4dc1ce2a07c /sys/security
parente6b5c28764b678fb66cc79ae97dcd52df632e7ff (diff)
downloadFreeBSD-src-a5f7e7ad63dfd015e88327967321a8f8eff0dc17.zip
FreeBSD-src-a5f7e7ad63dfd015e88327967321a8f8eff0dc17.tar.gz
Fix white space botch: use carriage returns rather than tabs.
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 f12a2b1..ef4fc83 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;
OpenPOWER on IntegriCloud