Skip to content

Commit 23a9b5f

Browse files
committed
main,cosmetic: delete whitespaces
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent f9d21e7 commit 23a9b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ extern tagEntryInfo *getEntryOfNestingLevel (const NestingLevel *nl)
17331733
return getEntryInCorkQueue (nl->corkIndex);
17341734
}
17351735

1736-
extern size_t countEntryInCorkQueue (void)
1736+
extern size_t countEntryInCorkQueue (void)
17371737
{
17381738
return ptrArrayCount (TagFile.corkQueue);
17391739
}

0 commit comments

Comments
 (0)