builtin-ls-files.c: coding style fix.
authorJunio C Hamano <gitster@pobox.com>
Sun, 16 Nov 2008 08:15:43 +0000 (00:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Nov 2008 08:15:50 +0000 (00:15 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-ls-files.c

index b48327db950e5d8a54045f4956fa92b7879227bc..21b0bf75f764f6fd1fe7d195ae543baffa5f4b48 100644 (file)
@@ -329,7 +329,7 @@ void overlay_tree_on_cache(const char *tree_name, const char *prefix)
        if (prefix) {
                static const char *(matchbuf[2]);
                matchbuf[0] = prefix;
-               matchbuf [1] = NULL;
+               matchbuf[1] = NULL;
                match = matchbuf;
        } else
                match = NULL;