aboutsummaryrefslogtreecommitdiff
path: root/bundle.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-08 15:35:32 -0800
committerJunio C Hamano <gitster@pobox.com>2007-11-08 15:35:32 -0800
commitf3fa1838024dc0f3741d2f9654af92f6a1bb34bd (patch)
tree0a8ba5a56fe117125b506ea9529186aeb1c97ff4 /bundle.c
parent5c355059c379a55366bed573d4e65dba4b5a0565 (diff)
downloadgit-f3fa1838024dc0f3741d2f9654af92f6a1bb34bd.tar.gz
git-f3fa1838024dc0f3741d2f9654af92f6a1bb34bd.tar.xz
Style: place opening brace of a function definition at column 1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.c')
-rw-r--r--bundle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle.c b/bundle.c
index 0869fcf02..e4d60cde6 100644
--- a/bundle.c
+++ b/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;