]> git.ipfire.org Git - thirdparty/git.git/blobdiff - refspec.c
strvec: fix indentation in renamed calls
[thirdparty/git.git] / refspec.c
index 6f317d6b441fd6a25cdd651aeb037c4dff051a36..f10ef284cef95aef60b8b485f5909ba9a8c76b50 100644 (file)
--- a/refspec.c
+++ b/refspec.c
@@ -222,8 +222,8 @@ void refspec_ref_prefixes(const struct refspec *rs,
                        if (item->pattern) {
                                const char *glob = strchr(prefix, '*');
                                strvec_pushf(ref_prefixes, "%.*s",
-                                                (int)(glob - prefix),
-                                                prefix);
+                                            (int)(glob - prefix),
+                                            prefix);
                        } else {
                                expand_ref_prefix(ref_prefixes, prefix);
                        }