]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http-push.c
strvec: fix indentation in renamed calls
[thirdparty/git.git] / http-push.c
index e1deea6fe4db7291523a21f8a9ca88e1c76b8082..31911aa345499a12460f654723672b0f9b145add 100644 (file)
@@ -1929,7 +1929,7 @@ int cmd_main(int argc, const char **argv)
                strvec_push(&commit_argv, oid_to_hex(&ref->new_oid));
                if (!push_all && !is_null_oid(&ref->old_oid))
                        strvec_pushf(&commit_argv, "^%s",
-                                        oid_to_hex(&ref->old_oid));
+                                    oid_to_hex(&ref->old_oid));
                repo_init_revisions(the_repository, &revs, setup_git_directory());
                setup_revisions(commit_argv.argc, commit_argv.argv, &revs, NULL);
                revs.edge_hint = 0; /* just in case */