diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2016-09-07 18:19:39 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-08 12:55:51 -0700 |
commit | 7f82b24e30e487019fcf6b0e86cf5c6f61a482bc (patch) | |
tree | b816d376c3685afd154ee64e61a013ccd19d2d30 /builtin | |
parent | Git 2.10 (diff) | |
download | tgif-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.c | 2 |
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 |