From 07e77e40ff5d2cb6c7e2c5a68d9748f7811da85e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 16 Nov 2008 00:15:43 -0800 Subject: [PATCH] builtin-ls-files.c: coding style fix. Signed-off-by: Junio C Hamano --- builtin-ls-files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin-ls-files.c b/builtin-ls-files.c index b48327db9..21b0bf75f 100644 --- a/builtin-ls-files.c +++ b/builtin-ls-files.c @@ -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; -- 2.26.2