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
@@ -49,7 +49,7 @@ public class DefaultSpatialHandler implements IMovableHandler
/**
* never called for the default.
*
*
* @param tile tile entity
* @return true
*/
@@ -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) {
@@ -151,7 +151,7 @@ public class StorageHelper
/**
* Mostly from dimensional doors.. which mostly got it form X-Comp.
*
*
* @param entity to be teleported entity
* @param link destination
* @return teleported entity
@@ -331,7 +331,7 @@ public class StorageHelper
/*
* IChunkProvider cp = destination.getChunkProvider(); if ( cp instanceof ChunkProviderServer ) { ChunkProviderServer
* srv = (ChunkProviderServer) cp; srv.unloadAllChunks(); }
*
*
* cp.unloadQueuedChunks();
*/
@@ -143,7 +143,7 @@ public class StorageWorldProvider extends WorldProvider
{
return "Storage Cell";
}
@Override
public IRenderHandler getSkyRenderer()
{