From: Nguyễn Thái Ngọc Duy Date: Wed, 7 Sep 2016 11:19:39 +0000 (+0700) Subject: checkout: add some spaces between code and comment X-Git-Tag: v2.10.1~10^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7f82b24e30e487019fcf6b0e86cf5c6f61a482bc;p=git-core%2Fgit.git checkout: add some spaces between code and comment Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/builtin/checkout.c b/builtin/checkout.c index 8672d0724..1f71d06c0 100644 --- a/builtin/checkout.c +++ b/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 */ 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 * git checkout branch