Superfluous whitespace removal

This commit is contained in:
yueh
2017-07-20 21:23:01 +02:00
parent 7de90ed0ae
commit 406013142e
15 changed files with 42 additions and 42 deletions
@@ -24,7 +24,7 @@ import net.minecraftforge.common.property.IUnlistedProperty;
/**
* A generic implementation for {@link IUnlistedProperty}.
*
*
* @param <T>
*/
public class UnlistedProperty<T> implements IUnlistedProperty<T>
@@ -121,7 +121,7 @@ public class TesrRenderHelper
/**
* Render an item in 2D and the given text below it.
*
*
* @param spacing Specifies how far apart the item and the item stack amount are rendered.
*/
public static void renderItem2dWithAmount( IAEItemStack itemStack, float itemScale, float spacing )