summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2016-09-07 18:19:39 +0700
committerJunio C Hamano <gitster@pobox.com>2016-09-08 12:55:51 -0700
commit7f82b24e30e487019fcf6b0e86cf5c6f61a482bc (patch)
treeb816d376c3685afd154ee64e61a013ccd19d2d30
parent6ebdac1bab966b720d776aa43ca188fe378b1f4b (diff)
downloadgit-7f82b24e30e487019fcf6b0e86cf5c6f61a482bc.tar.gz
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>
-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