Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wt-status.h: drop stdio.h include
[gitweb.git]
/
lockfile.h
diff --git
a/lockfile.h
b/lockfile.h
index c81983a925e03916c45b598e55f268a17182a377..9843053ce8940391834a86b122d1f64d5b345edf 100644
(file)
--- a/
lockfile.h
+++ b/
lockfile.h
@@
-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