Code

Catch invalid --depth option passed to clone or fetch
[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);
 }