Skip to content

Commit 95acfc2

Browse files
rsahlberggitster
authored andcommitted
enums: remove trailing ',' after last item in enum
Signed-off-by: Ronnie Sahlberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 64d8454 commit 95acfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/tag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static int in_commit_list(const struct commit_list *want, struct commit *c)
8383
enum contains_result {
8484
CONTAINS_UNKNOWN = -1,
8585
CONTAINS_NO = 0,
86-
CONTAINS_YES = 1,
86+
CONTAINS_YES = 1
8787
};
8888

8989
/*

0 commit comments

Comments
 (0)