security: smack: fix indentation in smack_access.c

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>
This commit is contained in:
Taimoor Zaeem
2025-10-09 16:20:55 +05:00
committed by Casey Schaufler
parent f8f9c1f4d0
commit e877cbb453

View 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