Commit Diff


commit - db315d31c88c16f8105c1500cac6581f20419215
commit + 06bd8ee415aa89adaeb49825ad96dfe83554b77e
blob - cbbc11ad8ed748c7c80cc3999c13dd2f65951b43
blob + c956fa4a7551d6ffe10a3bd5888209dde0a148b8
--- lib/object_open_privsep.c
+++ lib/object_open_privsep.c
@@ -116,8 +116,8 @@ request_packed_object_raw(uint8_t **outbuf, off_t *siz
 	struct imsgbuf *ibuf = pack->privsep_child->ibuf;
 	int outfd_child;
 
-	 err = pack_child_send_tempfiles(ibuf, pack);
-	 if (err)
+	err = pack_child_send_tempfiles(ibuf, pack);
+	if (err)
 		return err;
 
 	outfd_child = dup(outfd);
@@ -816,8 +816,8 @@ request_packed_blob(uint8_t **outbuf, size_t *size, si
 	struct imsgbuf *ibuf = pack->privsep_child->ibuf;
 	int outfd_child;
 
-	 err = pack_child_send_tempfiles(ibuf, pack);
-	 if (err)
+	err = pack_child_send_tempfiles(ibuf, pack);
+	if (err)
 		return err;
 
 	outfd_child = dup(outfd);
blob - d80d7e7c1f5c63dd86fad85a2c243e5e75c2a601
blob + 271a0e86825dde1ffd9062349f1b0ff19c086697
--- lib/repository.c
+++ lib/repository.c
@@ -2178,7 +2178,7 @@ alloc_added_blob_tree_entry(struct got_tree_entry **ne
 {
 	const struct got_error *err = NULL;
 
-	 *new_te = NULL;
+	*new_te = NULL;
 
 	*new_te = calloc(1, sizeof(**new_te));
 	if (*new_te == NULL)
blob - 560592caa439af0f42f7fefe1abbe084f232c2bf
blob + 866c19c894b29dffe0ffd1be3cbc2f6999ed8db4
--- lib/worktree.c
+++ lib/worktree.c
@@ -5895,7 +5895,7 @@ alloc_added_blob_tree_entry(struct got_tree_entry **ne
 	const struct got_error *err = NULL;
 	char *ct_name = NULL;
 
-	 *new_te = NULL;
+	*new_te = NULL;
 
 	*new_te = calloc(1, sizeof(**new_te));
 	if (*new_te == NULL)