author | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Feb 2007 09:55:07 +0000 (01:55 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Feb 2007 06:03:15 +0000 (22:03 -0800) | ||
commit | 1968d77dd632a9a9e5c6f5681649e5e65ed13088 | |
tree | 3321cc876345e8f134b6e1b2ceb556d0061ff2c5 | tree | snapshot |
parent | 599065a3bb94ae9f48e3808b8fafc8443017af28 | commit | diff |
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>
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 | diff | blob | history | |
builtin-rev-parse.c | diff | blob | history | |
builtin-show-branch.c | diff | blob | history | |
diff.c | diff | blob | history | |
http-fetch.c | diff | blob | history | |
http-push.c | diff | blob | history | |
imap-send.c | diff | blob | history | |
revision.c | diff | blob | history | |
wt-status.c | diff | blob | history |