headerlist.c: indentation fixes
This commit is contained in:
parent
7d07afc0cc
commit
367ba2bf22
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user