author | Junio C Hamano <junkio@cox.net> | |
Sun, 8 May 2005 21:02:19 +0000 (14:02 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 May 2005 21:02:19 +0000 (14:02 -0700) | ||
commit | aa575f815e2350e46a1895a6905fd8ad548c946a | |
tree | a1fc162839fce13f4be8ced10d87527e6c9d32ec | tree | snapshot |
parent | ddd5d0568d2b3f5f5ec22e13fedbfd041b49019c | commit | diff |
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>
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 | diff | blob | history |