summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_trigger.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-22 16:44:48 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-22 16:44:48 +0000
commit979e045da62266968a25a22c9f59ddf0445c6994 (patch)
treec9cab4182c200a89ec66666cd69abcaec912aa90 /sys/security/audit/audit_trigger.c
parente116c89c78b9cfbe8fa90741b7fecc78a4b2bf1c (diff)
downloadFreeBSD-src-979e045da62266968a25a22c9f59ddf0445c6994.zip
FreeBSD-src-979e045da62266968a25a22c9f59ddf0445c6994.tar.gz
Generally avoid <space><tab> as a white space anomoly.
Obtained from: Apple Inc. MFC after: 3 days
Diffstat (limited to 'sys/security/audit/audit_trigger.c')
-rw-r--r--sys/security/audit/audit_trigger.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/security/audit/audit_trigger.c b/sys/security/audit/audit_trigger.c
index 5df7ed0..7eb7899 100644
--- a/sys/security/audit/audit_trigger.c
+++ b/sys/security/audit/audit_trigger.c
@@ -150,11 +150,11 @@ audit_send_trigger(unsigned int trigger)
static struct cdevsw audit_cdevsw = {
.d_version = D_VERSION,
- .d_open = audit_open,
- .d_close = audit_close,
- .d_read = audit_read,
- .d_write = audit_write,
- .d_name = "audit"
+ .d_open = audit_open,
+ .d_close = audit_close,
+ .d_read = audit_read,
+ .d_write = audit_write,
+ .d_name = "audit"
};
void
OpenPOWER on IntegriCloud