From: Teng Long Date: Thu, 12 Jan 2023 09:11:34 +0000 (+0800) Subject: ls-tree: cleanup the redundant SPACE X-Git-Tag: v2.40.0-rc0~70^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=925a7c6b6b00154be667af7a67e886cfb8d812db;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c 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 [] [...]"), NULL };