replace some leading tabs that had crept in

This commit is contained in:
nhmall
2024-06-10 10:57:59 -04:00
parent bc897ac69c
commit 588b3ae92f
11 changed files with 16 additions and 16 deletions

View File

@@ -952,7 +952,7 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg)
for (idx = 0; idx < SIZE(earlyopts); idx++) {
if (earlyopts[idx].e == e_arg){
break;
}
}
}
if (idx >= SIZE(earlyopts) || argc < 1)
return 0;