]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin.h
*.[ch]: manually align parameter lists
[thirdparty/git.git] / builtin.h
index 7627483f2fe7aeffa3c17fb6e949df1fe85645b3..a6d3c58fddab82d2aa98c1fa55e4f7758804ee70 100644 (file)
--- a/builtin.h
+++ b/builtin.h
@@ -111,7 +111,7 @@ struct fmt_merge_msg_opts {
 };
 
 int fmt_merge_msg(struct strbuf *in, struct strbuf *out,
-                        struct fmt_merge_msg_opts *);
+                 struct fmt_merge_msg_opts *);
 
 /**
  * If a built-in has DELAY_PAGER_CONFIG set, the built-in should call this early