From: Taimoor Zaeem Date: Thu, 9 Oct 2025 11:20:55 +0000 (+0500) Subject: security: smack: fix indentation in smack_access.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e877cbb4531c932312b65eeb4f577845482862d1;p=thirdparty%2Fkernel%2Flinux.git security: smack: fix indentation in smack_access.c Replace spaces in code indent with tab character. Signed-off-by: Taimoor Zaeem Signed-off-by: Casey Schaufler --- diff --git a/security/smack/smack_access.c b/security/smack/smack_access.c index fc507dcc7ea5a..86ad910d5631a 100644 --- a/security/smack/smack_access.c +++ b/security/smack/smack_access.c @@ -392,7 +392,7 @@ void smack_log(char *subject_label, char *object_label, int request, } #else /* #ifdef CONFIG_AUDIT */ void smack_log(char *subject_label, char *object_label, int request, - int result, struct smk_audit_info *ad) + int result, struct smk_audit_info *ad) { } #endif