Removed trailing whitespaces.

This commit is contained in:
acqn
2021-02-15 18:37:01 +08:00
committed by Oliver Schmidt
parent 3caceb8174
commit 2aad72af90
18 changed files with 30 additions and 34 deletions

View File

@@ -380,7 +380,7 @@ void ListOptSteps (FILE* F)
/* List all optimization steps */
{
unsigned I;
fprintf (F, "any\n");
for (I = 0; I < OPTFUNC_COUNT; ++I) {
if (OptFuncs[I]->Func != 0) {