From 0ee79cf174cd3863191e9ef93b46255f5ce371b0 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 12 Oct 2006 08:24:38 +0000 Subject: [PATCH] removing trailing whitespace that slipped in --- module/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/main.c b/module/main.c index 49802bdb0..34941b3fe 100644 --- a/module/main.c +++ b/module/main.c @@ -749,7 +749,7 @@ int sd_audit(struct subdomain *sd, const struct sd_audit *sa) goto out; } - audit_log_format(ab, "(%s(%d) profile %s active %s)", + audit_log_format(ab, "(%s(%d) profile %s active %s)", current->comm, current->pid, sd->profile->name, sd->active->name);