]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
security: smack: fix indentation in smack_access.c
authorTaimoor Zaeem <taimoorzaeem@gmail.com>
Thu, 9 Oct 2025 11:20:55 +0000 (16:20 +0500)
committerCasey Schaufler <casey@schaufler-ca.com>
Tue, 30 Dec 2025 20:17:15 +0000 (12:17 -0800)
Replace spaces in code indent with tab character.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
security/smack/smack_access.c

index fc507dcc7ea5ac8bd1e3e88c95a278e65fd60522..86ad910d5631a75a1db911a59378179232de911a 100644 (file)
@@ -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