]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.c
Merge branch 'en/rebase-merge-on-sequencer'
[thirdparty/git.git] / archive.c
index be324af675d0444a5b6e11ebbccddbe407e9898a..1f98324a930e39aa1a7c41e78b4fcd6450899c66 100644 (file)
--- a/archive.c
+++ b/archive.c
@@ -36,8 +36,8 @@ void init_archivers(void)
 }
 
 static void format_subst(const struct commit *commit,
-                         const char *src, size_t len,
-                         struct strbuf *buf)
+                        const char *src, size_t len,
+                        struct strbuf *buf)
 {
        char *to_free = NULL;
        struct strbuf fmt = STRBUF_INIT;