Skip to content

Commit 0c41a88

Browse files
avargitster
authored andcommitted
pack.h: line-wrap the definition of finish_tmp_packfile()
Line-wrap the definition of finish_tmp_packfile() to make subsequent changes easier to read. See 0e99053 (finish_tmp_packfile(): a helper function, 2011-10-28) for the commit that introduced this overly long line. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 225bc32 commit 0c41a88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pack.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ int encode_in_pack_object_header(unsigned char *hdr, int hdr_len,
110110
int read_pack_header(int fd, struct pack_header *);
111111

112112
struct hashfile *create_tmp_packfile(char **pack_tmp_name);
113-
void finish_tmp_packfile(struct strbuf *name_buffer, const char *pack_tmp_name, struct pack_idx_entry **written_list, uint32_t nr_written, struct pack_idx_option *pack_idx_opts, unsigned char sha1[]);
113+
void finish_tmp_packfile(struct strbuf *name_buffer,
114+
const char *pack_tmp_name,
115+
struct pack_idx_entry **written_list,
116+
uint32_t nr_written,
117+
struct pack_idx_option *pack_idx_opts,
118+
unsigned char sha1[]);
114119

115120
#endif

0 commit comments

Comments
 (0)