replace some leading tabs that had crept in
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user