]> git.ipfire.org Git - thirdparty/git.git/commit
prefixcmp(): fix-up leftover strncmp().
authorJunio C Hamano <junkio@cox.net>
Tue, 20 Feb 2007 09:55:07 +0000 (01:55 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Feb 2007 06:03:15 +0000 (22:03 -0800)
commit1968d77dd632a9a9e5c6f5681649e5e65ed13088
tree3321cc876345e8f134b6e1b2ceb556d0061ff2c5
parent599065a3bb94ae9f48e3808b8fafc8443017af28
prefixcmp(): fix-up leftover strncmp().

There were instances of strncmp() that were formatted improperly
(e.g. whitespace around parameter before closing parenthesis)
that caused the earlier mechanical conversion step to miss
them.  This step cleans them up.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-ls-tree.c
builtin-rev-parse.c
builtin-show-branch.c
diff.c
http-fetch.c
http-push.c
imap-send.c
revision.c
wt-status.c