X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=http-walker.c;h=9bc8114c3bb2f6f87f7f61962a64c4e5b012dcf8;hb=13fc2c1877a50dde5ea43e2f37420ebfb2f7dad1;hp=18bd6504beb99ab68f360c4fa93011efae42fdfb;hpb=6baa9bd882fe003478c42ee5709dcfc713e13ec9;p=thirdparty%2Fgit.git diff --git a/http-walker.c b/http-walker.c index 18bd6504be..9bc8114c3b 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;