X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-walker.c;h=9bc8114c3bb2f6f87f7f61962a64c4e5b012dcf8;hb=9cba13ca5d233a4e1a7068f3f5ed5836a081dcc0;hp=18bd6504beb99ab68f360c4fa93011efae42fdfb;hpb=a7d7853463ae77fc3c8511283f5c896bee673b33;p=git.git diff --git a/http-walker.c b/http-walker.c index 18bd6504b..9bc8114c3 100644 --- a/http-walker.c +++ b/http-walker.c @@ -3,8 +3,7 @@ #include "walker.h" #include "http.h" -struct alt_base -{ +struct alt_base { char *base; int got_indices; struct packed_git *packs; @@ -18,8 +17,7 @@ enum object_request_state { COMPLETE }; -struct object_request -{ +struct object_request { struct walker *walker; unsigned char sha1[20]; struct alt_base *repo;