summaryrefslogtreecommitdiff
path: root/builtin/ls-tree.c
diff options
context:
space:
mode:
authorTeng Long <dyroneteng@gmail.com>2023-01-12 17:11:34 +0800
committerJunio C Hamano <gitster@pobox.com>2023-01-13 15:09:23 -0800
commit925a7c6b6b00154be667af7a67e886cfb8d812db (patch)
tree18a5f05331f5158a6fec76a2f8c61d3d083d3594 /builtin/ls-tree.c
parente6c75d8dd7625e47e767b6f3c38b83827639e2f7 (diff)
downloadgit-925a7c6b6b00154be667af7a67e886cfb8d812db.tar.gz
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>
Diffstat (limited to 'builtin/ls-tree.c')
-rw-r--r--builtin/ls-tree.c2
1 files changed, 1 insertions, 1 deletions
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 [<options>] <tree-ish> [<path>...]"),
NULL
};