]> git.ipfire.org Git - thirdparty/git.git/blobdiff - lockfile.h
sequencer: run post-commit hook
[thirdparty/git.git] / lockfile.h
index c81983a925e03916c45b598e55f268a17182a377..9843053ce8940391834a86b122d1f64d5b345edf 100644 (file)
@@ -189,7 +189,7 @@ static inline int is_lock_file_locked(struct lock_file *lk)
  * `errno` set by the failing call.
  */
 void unable_to_lock_message(const char *path, int err,
-                                  struct strbuf *buf);
+                           struct strbuf *buf);
 
 /*
  * Emit an appropriate error message and `die()` following the failure