Remove extra tab for PR_faccessat2

This commit is contained in:
Lucas Ramage 2022-10-29 13:30:32 -04:00
parent f23459ee66
commit a0dc181e93
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ static FilteredSysnum proot_sysnums[] = {
{ PR_socketcall, FILTER_SYSEXIT },
{ PR_stat, 0 },
{ PR_statx, 0 },
{ PR_faccessat2, 0 },
{ PR_faccessat2, 0 },
{ PR_stat64, 0 },
{ PR_statfs, 0 },
{ PR_statfs64, 0 },