Skip to content

Commit 07e77e4

Browse files
committed
builtin-ls-files.c: coding style fix.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9e77353 commit 07e77e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-ls-files.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void overlay_tree_on_cache(const char *tree_name, const char *prefix)
329329
if (prefix) {
330330
static const char *(matchbuf[2]);
331331
matchbuf[0] = prefix;
332-
matchbuf [1] = NULL;
332+
matchbuf[1] = NULL;
333333
match = matchbuf;
334334
} else
335335
match = NULL;

0 commit comments

Comments
 (0)