X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-walker.c;h=18bd6504beb99ab68f360c4fa93011efae42fdfb;hb=a8e04ddf6e3fc444469e6f0f2f4690c04c0290ab;hp=8ca76d0507bdc1d95283e1f5fee3f88180cdce26;hpb=f159bdd48d870b7797229205751ca2dcfa70f57c;p=git.git diff --git a/http-walker.c b/http-walker.c index 8ca76d050..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; @@ -15,11 +14,10 @@ enum object_request_state { WAITING, ABORTED, ACTIVE, - COMPLETE, + COMPLETE }; -struct object_request -{ +struct object_request { struct walker *walker; unsigned char sha1[20]; struct alt_base *repo;