summaryrefslogtreecommitdiffstats
path: root/read-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-26 01:00:07 +0200
committerJunio C Hamano <gitster@pobox.com>2011-08-26 01:00:07 +0200
commit1952e102b702b977d6bdfcee7cb48b843cb92049 (patch)
tree33dc912c82c724e819bbf735acd9ef362ed68dfc /read-cache.c
parentSync with 1.7.6.1 (diff)
parentwhitespace: have SP on both sides of an assignment "=" (diff)
downloadgit-1952e102b702b977d6bdfcee7cb48b843cb92049.tar.xz
git-1952e102b702b977d6bdfcee7cb48b843cb92049.zip
Merge branch 'maint'
* maint: whitespace: have SP on both sides of an assignment "=" update-ref: whitespace fix
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 46a9e60708..01a0e25051 100644
--- a/read-cache.c
+++ b/read-cache.c
@@ -1084,7 +1084,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);
}