Skip to content

Commit 7e42d4b

Browse files
OneDeuxTriSeiGogitster
authored andcommitted
builtin/worktree.c: convert tab in advice to space
Signed-off-by: Jacob Abel <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9111ea1 commit 7e42d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/worktree.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"(branch with no commits) for this repository, you can do so\n" \
5050
"using the --orphan flag:\n" \
5151
"\n" \
52-
" git worktree add --orphan -b %s %s\n")
52+
" git worktree add --orphan -b %s %s\n")
5353

5454
#define WORKTREE_ADD_ORPHAN_NO_DASH_B_HINT_TEXT \
5555
_("If you meant to create a worktree containing a new orphan branch\n" \
5656
"(branch with no commits) for this repository, you can do so\n" \
5757
"using the --orphan flag:\n" \
5858
"\n" \
59-
" git worktree add --orphan %s\n")
59+
" git worktree add --orphan %s\n")
6060

6161
static const char * const git_worktree_usage[] = {
6262
BUILTIN_WORKTREE_ADD_USAGE,

0 commit comments

Comments
 (0)