]> git.ipfire.org Git - thirdparty/git.git/commitdiff
ls-tree: cleanup the redundant SPACE
authorTeng Long <dyroneteng@gmail.com>
Thu, 12 Jan 2023 09:11:34 +0000 (17:11 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jan 2023 23:09:23 +0000 (15:09 -0800)
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>
builtin/ls-tree.c

index a743959f2b3c0a93f68c54388c7fa2d82f81e9fb..72eb70823d5b6a3f35b72e247bf40ea2e2e9d0d8 100644 (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
 };