From e877cbb4531c932312b65eeb4f577845482862d1 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Thu, 9 Oct 2025 16:20:55 +0500 Subject: [PATCH] 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 --- security/smack/smack_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3