summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2016-09-07 18:19:39 +0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-09-08 12:55:51 -0700
commit7f82b24e30e487019fcf6b0e86cf5c6f61a482bc (patch)
treeb816d376c3685afd154ee64e61a013ccd19d2d30 /builtin
parentGit 2.10 (diff)
downloadtgif-7f82b24e30e487019fcf6b0e86cf5c6f61a482bc.tar.xz
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>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/checkout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/checkout.c b/builtin/checkout.c
index 8672d0724f..1f71d06c0a 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