remove trailing whitespaces

This commit is contained in:
yueh
2015-02-03 12:04:13 +01:00
parent ef3cb0a455
commit b18addbf37
303 changed files with 1526 additions and 1526 deletions
@@ -35,17 +35,17 @@ public class StorageChunkProvider extends ChunkProviderGenerate
{
final static Block[] BLOCKS;
static {
BLOCKS = new Block[255 * 256];
Block matrixFrame = AEApi.instance().blocks().blockMatrixFrame.block();
for (int x = 0; x < BLOCKS.length; x++)
BLOCKS[x] = matrixFrame;
}
final World w;
public StorageChunkProvider(World wrd, long i) {