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

@ -476,7 +476,6 @@ findOrCreateProvidedListEntry(struct providedList* *idx,
newprovided->id = ++providedListId; newprovided->id = ++providedListId;
return newprovided; return newprovided;
} }
return currprovided; return currprovided;
} }