Fix indent to match the rest of the file (space -> tab)

Signed-off-by: Dave Sugar <dsugar@tresys.com>
This commit is contained in:
Sugar, David 2019-12-17 23:34:26 +00:00 committed by Chris PeBenito
parent 99a7c5c197
commit 97635685d5
1 changed files with 4 additions and 4 deletions

View File

@ -2013,11 +2013,11 @@ interface(`fs_list_efivars',`
## <rolecap/>
#
interface(`fs_read_efivarfs_files',`
gen_require(`
type efivarfs_t;
')
gen_require(`
type efivarfs_t;
')
read_files_pattern($1, efivarfs_t, efivarfs_t)
read_files_pattern($1, efivarfs_t, efivarfs_t)
')
########################################