ls-tree: cleanup the redundant SPACE

An redundant space was found in ls-tree.c, which is no doubt a small change, but it might be OK to make a commit on its own. Signed-off-by: Teng Long <dyroneteng@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Teng Long committed Jan 12, 2023 at 17:11 UTC 925a7c6b6b00154be667af7a67e886cfb8d812db
1 file changed +1 -1
builtin/ls-tree.c
+1 -1
index a743959f2b..72eb70823d 100644 --- a/builtin/ls-tree.c +++ b/builtin/ls-tree.c @@ -14,7 +14,7 @@ #include "parse-options.h" #include "pathspec.h" -static const char * const ls_tree_usage[] = { +static const char * const ls_tree_usage[] = { N_("git ls-tree [<options>] <tree-ish> [<path>...]"), NULL };