Skip to content

Commit b120ef3

Browse files
felipecgitster
authored andcommitted
transport-helper: trivial style cleanup
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 571cdfd commit b120ef3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

transport-helper.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,8 @@ static struct child_process *get_helper(struct transport *transport)
211211
int i;
212212
data->refspec_nr = refspec_nr;
213213
data->refspecs = parse_fetch_refspec(refspec_nr, refspecs);
214-
for (i = 0; i < refspec_nr; i++) {
214+
for (i = 0; i < refspec_nr; i++)
215215
free((char *)refspecs[i]);
216-
}
217216
free(refspecs);
218217
}
219218
strbuf_release(&buf);

0 commit comments

Comments
 (0)