summaryrefslogtreecommitdiff
path: root/read-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-25 21:46:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-08-25 21:47:07 (GMT)
commitcd2b8ae983a277fb3f3c2b2c6747b0a075af1421 (patch)
treed10d93857bb2711fd4ec7addf13254f01ba9556b /read-cache.c
parentf877fd825e97a5e851b655e6fde5e796f53fc03e (diff)
downloadgit-cd2b8ae983a277fb3f3c2b2c6747b0a075af1421.zip
git-cd2b8ae983a277fb3f3c2b2c6747b0a075af1421.tar.gz
git-cd2b8ae983a277fb3f3c2b2c6747b0a075af1421.tar.bz2
whitespace: have SP on both sides of an assignment "="
I've deliberately excluded the borrowed code in compat/nedmalloc directory. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
-rw-r--r--read-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read-cache.c b/read-cache.c
index 4ac9a03..0a64103 100644
--- a/read-cache.c
+++ b/read-cache.c
@@ -1087,7 +1087,7 @@ static void show_file(const char * fmt, const char * name, int in_porcelain,
{
if (in_porcelain && *first && header_msg) {
printf("%s\n", header_msg);
- *first=0;
+ *first = 0;
}
printf(fmt, name);
}