audit: fix comment misindentation in audit.h

Minor comment misindentation adjustment.

Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
Ricardo Robaina 2025-10-08 11:27:19 -03:00 committed by Paul Moore
parent 211ddde082
commit 4f7b54e17e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ struct audit_context {
struct audit_aux_data *aux_pids; struct audit_aux_data *aux_pids;
struct sockaddr_storage *sockaddr; struct sockaddr_storage *sockaddr;
size_t sockaddr_len; size_t sockaddr_len;
/* Save things to print about task_struct */ /* Save things to print about task_struct */
pid_t ppid; pid_t ppid;
kuid_t uid, euid, suid, fsuid; kuid_t uid, euid, suid, fsuid;
kgid_t gid, egid, sgid, fsgid; kgid_t gid, egid, sgid, fsgid;