Skip to content

Commit

Permalink
builtin-ls-files.c: coding style fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Nov 16, 2008
1 parent 9e77353 commit 07e77e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-ls-files.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 07e77e4

Please sign in to comment.