]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http.c
Merge branch 'al/t3200-back-on-a-branch'
[thirdparty/git.git] / http.c
diff --git a/http.c b/http.c
index 268a1e974404e1d9a4c57fbf70a6357db00f1cf4..8b23a546afdf40dc9f15756f637a62286fe1bdd0 100644 (file)
--- a/http.c
+++ b/http.c
@@ -2276,7 +2276,7 @@ int finish_http_pack_request(struct http_pack_request *preq)
        ip.in = tmpfile_fd;
        if (preq->generate_keep) {
                strvec_pushf(&ip.args, "--keep=git %"PRIuMAX,
-                                (uintmax_t)getpid());
+                            (uintmax_t)getpid());
                ip.out = 0;
        } else {
                ip.no_stdout = 1;