Skip to content

Commit e877cbb

Browse files
taimoorzaeemcschaufler
authored andcommitted
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>
1 parent f8f9c1f commit e877cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/smack/smack_access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ void smack_log(char *subject_label, char *object_label, int request,
392392
}
393393
#else /* #ifdef CONFIG_AUDIT */
394394
void smack_log(char *subject_label, char *object_label, int request,
395-
int result, struct smk_audit_info *ad)
395+
int result, struct smk_audit_info *ad)
396396
{
397397
}
398398
#endif

0 commit comments

Comments
 (0)