]> git.ipfire.org Git - thirdparty/git.git/blobdiff - mem-pool.c
t1415: set REFFILES for test specific to storage format
[thirdparty/git.git] / mem-pool.c
index 8401761dda0a2a585f6593e2212ff41db7135170..ccdcad2e3d622fdd9491d3d1cbdc26f673bb41df 100644 (file)
@@ -5,7 +5,7 @@
 #include "cache.h"
 #include "mem-pool.h"
 
-#define BLOCK_GROWTH_SIZE 1024*1024 - sizeof(struct mp_block);
+#define BLOCK_GROWTH_SIZE (1024 * 1024 - sizeof(struct mp_block))
 
 /*
  * Allocate a new mp_block and insert it after the block specified in