X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-walker.c;h=9bc8114c3bb2f6f87f7f61962a64c4e5b012dcf8;hb=cdb791f61d71db24fa54363ff6d4b42a46ebbdf1;hp=18bd6504beb99ab68f360c4fa93011efae42fdfb;hpb=bb89e84f95a4885dffc9562137139a3ab4f1e05c;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;