Skip to content

Commit 925a7c6

Browse files
dyronegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6c75d8 commit 925a7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/ls-tree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "parse-options.h"
1515
#include "pathspec.h"
1616

17-
static const char * const ls_tree_usage[] = {
17+
static const char * const ls_tree_usage[] = {
1818
N_("git ls-tree [<options>] <tree-ish> [<path>...]"),
1919
NULL
2020
};

0 commit comments

Comments
 (0)