venti: formatting changes in findscore
This commit is contained in:
parent
12c0e45f79
commit
c1edcb95cf
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ findscore(Arena *arena, uchar *score)
|
||||||
|
|
||||||
//ZZZ remove fprint?
|
//ZZZ remove fprint?
|
||||||
if(arena->memstats.clumps)
|
if(arena->memstats.clumps)
|
||||||
fprint(2, "reading directory for arena=%s with %d entries\n", arena->name, arena->memstats.clumps);
|
fprint(2, "reading directory for arena=%s with %d entries\n",
|
||||||
|
arena->name, arena->memstats.clumps);
|
||||||
|
|
||||||
cis = MKN(ClumpInfo, ClumpChunks);
|
cis = MKN(ClumpInfo, ClumpChunks);
|
||||||
found = 0;
|
found = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue