Skip to content

Commit

Permalink
main,cosmetic: delete whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Dec 1, 2022
1 parent 2cb65d3 commit 4615250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@ extern tagEntryInfo *getEntryOfNestingLevel (const NestingLevel *nl)
return getEntryInCorkQueue (nl->corkIndex);
}

extern size_t countEntryInCorkQueue (void)
extern size_t countEntryInCorkQueue (void)
{
return ptrArrayCount (TagFile.corkQueue);
}
Expand Down

0 comments on commit 4615250

Please sign in to comment.