Cleanup: clang tidy

readability-inconsistent-declaration-parameter-name
This commit is contained in:
Jacques Lucke 2021-05-07 15:57:35 +02:00
parent 94838ba661
commit bcfdbbf4b4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct Sequence *SEQ_iterator_yield(SeqIterator *iterator);
SeqCollection *SEQ_collection_create(void);
bool SEQ_collection_append_strip(struct Sequence *seq, SeqCollection *data);
void SEQ_collection_free(SeqCollection *data);
void SEQ_collection_free(SeqCollection *collection);
void SEQ_collection_merge(SeqCollection *collection_dst, SeqCollection *collection_src);
void SEQ_collection_expand(struct ListBase *seqbase,
SeqCollection *collection,