mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
mod_apparmor: whitespace cleanups
This patch is cosmetic; it cleans up a lot of whitespace issues: removing trailing spaces, converting tabs into spaces, and removing unneeded spaces around function arguments. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
495b4c2c36
commit
c42bc173ac
1 changed files with 125 additions and 124 deletions
|
@ -82,7 +82,8 @@ aa_init(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)
|
|||
ap_log_error(APLOG_MARK, APLOG_ERR, errno, ap_server_conf,
|
||||
"Failed to open /dev/urandom");
|
||||
}
|
||||
ap_log_error(APLOG_MARK, APLOG_TRACE1, 0, ap_server_conf, "Opened /dev/urandom successfully");
|
||||
ap_log_error(APLOG_MARK, APLOG_TRACE1, 0, ap_server_conf,
|
||||
"Opened /dev/urandom successfully");
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue