builtin-ls-files.c: coding style fix.
[git.git] / 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;