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

View File

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