]> git.ipfire.org Git - thirdparty/git.git/blobdiff - read-cache.c
Merge branch 'mz/remote-rename' into maint-1.7.6
[thirdparty/git.git] / read-cache.c
index 4ac9a037f478e769a69072c324a47876e298cae4..0a641034ce164fff91c9e8736b28cf98b6eba6bb 100644 (file)
@@ -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);
 }