summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_arg.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-22 15:49:19 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-22 15:49:19 +0000
commit01de8b976ccb1e21ff2da5d0b71d49740eaf476b (patch)
tree2712e96bc43ffa9dac6acf1496b5ad63621a17e8 /sys/security/audit/audit_arg.c
parent6a481435b2e5f374154916b0d37cd46a7051a8f6 (diff)
downloadFreeBSD-src-01de8b976ccb1e21ff2da5d0b71d49740eaf476b.zip
FreeBSD-src-01de8b976ccb1e21ff2da5d0b71d49740eaf476b.tar.gz
Minor white space synchronization to Apple version of security audit.
Obtained from: Apple Inc. MFC after: 3 days
Diffstat (limited to 'sys/security/audit/audit_arg.c')
-rw-r--r--sys/security/audit/audit_arg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c
index 8183dc2..d6564f6 100644
--- a/sys/security/audit/audit_arg.c
+++ b/sys/security/audit/audit_arg.c
@@ -429,7 +429,7 @@ audit_arg_sockaddr(struct thread *td, struct sockaddr *sa)
case AF_UNIX:
audit_arg_upath(td, ((struct sockaddr_un *)sa)->sun_path,
- ARG_UPATH1);
+ ARG_UPATH1);
ARG_SET_VALID(ar, ARG_SADDRUNIX);
break;
/* XXXAUDIT: default:? */
@@ -671,9 +671,9 @@ audit_arg_file(struct proc *p, struct file *fp)
/*
* Store a path as given by the user process for auditing into the audit
- * record stored on the user thread. This function will allocate the memory
- * to store the path info if not already available. This memory will be freed
- * when the audit record is freed.
+ * record stored on the user thread. This function will allocate the memory
+ * to store the path info if not already available. This memory will be
+ * freed when the audit record is freed.
*
* XXXAUDIT: Possibly assert that the memory isn't already allocated?
*/
OpenPOWER on IntegriCloud