headerlist.c: indentation fixes

This commit is contained in:
Silvan Calarco 2021-03-20 12:24:36 +01:00
parent 7d07afc0cc
commit 367ba2bf22

View File

@ -448,7 +448,7 @@ findOrCreateProvidedListEntry(struct providedList* *idx,
else { idxbot = i-1; idxtop = i; }
}
}
// printf("idxbot=%d idxtop=%d %s %s\n",idxbot,idxtop,idx[idxbot]->name,findname);
//printf("idxbot=%d idxtop=%d %s %s\n",idxbot,idxtop,idx[idxbot]->name,findname);
}
currprovided = idx[idxbot];
@ -476,7 +476,6 @@ findOrCreateProvidedListEntry(struct providedList* *idx,
newprovided->id = ++providedListId;
return newprovided;
}
return currprovided;
}