Trailing whitespace

This commit is contained in:
Dmitry Olshansky 2016-04-22 12:36:55 +03:00
parent 88ce1a1212
commit 2011a1a75c

View file

@ -172,7 +172,7 @@ struct UIntTrie2
immutable highIdx = high - low + lowIdx;
mixin("blocks[lowIdx..highIdx] "~op~"= val;");
}
else
else
{
// create a new page
refCounts[blk]--;