Browse Source

checkout: add some spaces between code and comment

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Nguyễn Thái Ngọc Duy 9 years ago committed by Junio C Hamano
parent
commit
7f82b24e30
  1. 2
      builtin/checkout.c

2
builtin/checkout.c

@ -1038,7 +1038,7 @@ static int parse_branchname_arg(int argc, const char **argv,


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

Loading…
Cancel
Save