Skip to content

Commit 7f82b24

Browse files
pcloudsgitster
authored andcommitted
checkout: add some spaces between code and comment
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6ebdac1 commit 7f82b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/checkout.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ static int parse_branchname_arg(int argc, const char **argv,
10381038

10391039
if (!*source_tree) /* case (1): want a tree */
10401040
die(_("reference is not a tree: %s"), arg);
1041-
if (!has_dash_dash) {/* case (3).(d) -> (1) */
1041+
if (!has_dash_dash) { /* case (3).(d) -> (1) */
10421042
/*
10431043
* Do not complain the most common case
10441044
* git checkout branch

0 commit comments

Comments
 (0)