Commit Diff


commit - aea5f015fdc344c7da6ba4b979b37afe0cac8004
commit + a7403916a5947853a9fd08cd756526608285ee77
blob - 8d41f1bf27cef89b36cf5213639d66593d68519e
blob + ebc6a6d31dbb36ba1ebd5b79234c523b8d1b2c7f
--- lib/privsep.c
+++ lib/privsep.c
@@ -478,7 +478,8 @@ got_privsep_send_commit(struct imsgbuf *ibuf, struct g
 		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;