X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=cache.h;h=1e690d1240fb0fb752c0f0660c4c2dff2102e37f;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=c9fa3df7f5b343ecea980ceb423e7c23d2eb22b2;hpb=ffd45f967817a484933c7f905572c9f31f9b9aab;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 *);