mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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:
committed by
Casey Schaufler
parent
f8f9c1f4d0
commit
e877cbb453
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user