checkout: add some spaces between code and comment
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 7 Sep 2016 11:19:39 +0000 (18:19 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Sep 2016 19:55:51 +0000 (12:55 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c
index 8672d0724ffec4bc0a74ba2c60d3a4dd0f504a21..1f71d06c0ae214aa425398c005f80bd678bf545c 100644 (file)
@@ -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