Commit 5e0b25c451a0506eecec208277ad217b14a74e6b

Stefan Sperling 2018-12-24T14:37:19

wrap another long line

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/object_parse.c b/lib/object_parse.c
index f764c90..c7a5cc2 100644
--- a/lib/object_parse.c
+++ b/lib/object_parse.c
@@ -440,7 +440,8 @@ got_object_commit_get_logmsg(struct got_commit_object *commit)
 }
 
 const struct got_error *
-got_object_parse_commit(struct got_commit_object **commit, char *buf, size_t len)
+got_object_parse_commit(struct got_commit_object **commit, char *buf,
+    size_t len)
 {
 	const struct got_error *err = NULL;
 	char *s = buf;