From 81d9ff8b37bd02ccf0f9ebfdda61e7180d655637 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 9 Sep 2006 10:23:00 +0000 Subject: Small style cleanup. MFC after: 3 days --- sys/security/audit/audit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/security/audit/audit.c') diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index be0d481..813d0fa 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -86,9 +86,8 @@ int audit_enabled; int audit_suspended; /* - * Flags controlling behavior in low storage situations. - * Should we panic if a write fails? Should we fail stop - * if we're out of disk space? + * Flags controlling behavior in low storage situations. Should we panic if + * a write fails? Should we fail stop if we're out of disk space? */ int audit_panic_on_write_fail; int audit_fail_stop; -- cgit v1.1