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>
This commit is contained in:
Teng Long
2023-01-12 17:11:34 +08:00
committed by Junio C Hamano
parent e6c75d8dd7
commit 925a7c6b6b

View File

@@ -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
};