summaryrefslogtreecommitdiff
path: root/diffcore-pickaxe.c
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2009-07-22 21:34:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-23 04:57:41 (GMT)
commit67da52bedc5750c10a732b9da7d64d5ef73f3b8a (patch)
tree604777365db59943683c29c7c13ba7aa78011f8a /diffcore-pickaxe.c
parent520707905388e293a482066599a1c181ef32f2f0 (diff)
downloadgit-67da52bedc5750c10a732b9da7d64d5ef73f3b8a.zip
git-67da52bedc5750c10a732b9da7d64d5ef73f3b8a.tar.gz
git-67da52bedc5750c10a732b9da7d64d5ef73f3b8a.tar.bz2
janitor: use NULL and not 0 for pointers.
Brought to you thanks to coccinelle: ---8<---- @@ expression *E; @@ ( E == - 0 + NULL | E != - 0 + NULL | E = - 0 + NULL ) @@ identifier f; type T; @@ T *f(...) { <... - return 0; + return NULL; ...> } --->8---- There are a lot more hits in compat/nedmallox and compat/regex but these are borrowed code we rather do not want to maintain our own forks for, and this patch refrains from touching them. Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-pickaxe.c')
0 files changed, 0 insertions, 0 deletions