A stylistic fix to read-cache.c
authorJunio C Hamano <junkio@cox.net>
Sun, 8 May 2005 21:02:19 +0000 (14:02 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 May 2005 21:02:19 +0000 (14:02 -0700)
commitaa575f815e2350e46a1895a6905fd8ad548c946a
treea1fc162839fce13f4be8ced10d87527e6c9d32ec
parentddd5d0568d2b3f5f5ec22e13fedbfd041b49019c
A stylistic fix to read-cache.c

Changes "if (pointer == 0)" to "if (!pointer)" to match the rest
of the code, noticed by Petr Baudis.

Signed-off-by: Junio C Hamano <junkio@cox.net>
read-cache.c