From a5f7e7ad63dfd015e88327967321a8f8eff0dc17 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 31 Dec 2008 23:22:45 +0000 Subject: Fix white space botch: use carriage returns rather than tabs. --- sys/security/audit/audit_pipe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/security') 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; -- cgit v1.1