X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=cache.h;h=1e690d1240fb0fb752c0f0660c4c2dff2102e37f;hb=443938df7ba6ca8c5ad50b7b061ece8116496985;hp=c9fa3df7f5b343ecea980ceb423e7c23d2eb22b2;hpb=ad9d8e8f0f13e054ee30fcdcdb51973ddcfadb37;p=git.git diff --git a/cache.h b/cache.h index c9fa3df7f..1e690d124 100644 --- a/cache.h +++ b/cache.h @@ -449,7 +449,7 @@ extern int init_db(const char *template_dir, unsigned int flags); alloc = alloc_nr(alloc); \ x = xrealloc((x), alloc * sizeof(*(x))); \ } \ - } while(0) + } while (0) /* Initialize and use the cache information */ extern int read_index(struct index_state *);