Commit a7403916a5947853a9fd08cd756526608285ee77

Stefan Sperling 2018-12-24T14:33:38

wrap overlong line

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/privsep.c b/lib/privsep.c
index 8d41f1b..ebc6a6d 100644
--- a/lib/privsep.c
+++ b/lib/privsep.c
@@ -478,7 +478,8 @@ got_privsep_send_commit(struct imsgbuf *ibuf, struct got_commit_object *commit)
 		return got_error_from_errno();
 
 	icommit = (struct got_imsg_commit_object *)buf;
-	memcpy(icommit->tree_id, commit->tree_id->sha1, sizeof(icommit->tree_id));
+	memcpy(icommit->tree_id, commit->tree_id->sha1,
+	    sizeof(icommit->tree_id));
 	icommit->author_len = author_len;
 	icommit->author_time = commit->author_time;
 	icommit->author_gmtoff = commit->author_gmtoff;