Style: place opening brace of a function definition at column 1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
3
bundle.c
3
bundle.c
@ -23,7 +23,8 @@ static void add_to_ref_list(const unsigned char *sha1, const char *name,
|
||||
}
|
||||
|
||||
/* returns an fd */
|
||||
int read_bundle_header(const char *path, struct bundle_header *header) {
|
||||
int read_bundle_header(const char *path, struct bundle_header *header)
|
||||
{
|
||||
char buffer[1024];
|
||||
int fd;
|
||||
long fpos;
|
||||
|
||||
Reference in New Issue
Block a user