]> git.ipfire.org Git - thirdparty/git.git/blobdiff - branch.h
*.[ch]: manually align parameter lists
[thirdparty/git.git] / branch.h
index f1f74d21e423e0c7872c092296c0f75a1bbe75a9..6f38db14e9c496c55e204791e5ab0a5243186118 100644 (file)
--- a/branch.h
+++ b/branch.h
@@ -92,6 +92,6 @@ void die_if_checked_out(const char *branch, int ignore_current_worktree);
  * otherwise.
  */
 int replace_each_worktree_head_symref(const char *oldref, const char *newref,
-                                            const char *logmsg);
+                                     const char *logmsg);
 
 #endif