Commit 1a0f5bbdea655a0229af59d381238334409b1084

Tracey Emery 2020-02-19T16:46:02

whitespace, remove unneeded jump

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/gotweb/gotweb.c b/gotweb/gotweb.c
index 0b4134e..de469c2 100644
--- a/gotweb/gotweb.c
+++ b/gotweb/gotweb.c
@@ -796,7 +796,6 @@ gw_index(struct gw_trans *gw_trans)
 		if (kerr != KCGI_OK)
 			goto done;
 
-
 		if (asprintf(&href_tags, "?path=%s&action=tags",
 		    gw_dir->name) == -1) {
 			error = got_error_from_errno("asprintf");
@@ -3332,8 +3331,6 @@ gw_output_repo_tags(struct gw_trans *gw_trans, struct gw_header *header,
 		if (kerr != KCGI_OK)
 			goto done;
 		kerr = khtml_closeelem(gw_trans->gw_html_req, 2);
-		if (kerr != KCGI_OK)
-			goto done;
 	}
 done:
 	if (tag)