Replaced tabs with spaces in .java files.

This commit is contained in:
sk89q
2014-04-04 14:11:48 -07:00
parent 224bfef50c
commit cbf58103e6
5 changed files with 32 additions and 32 deletions

View File

@ -30,7 +30,7 @@ public class ForgeServerInterface extends ServerInterface {
}
public int resolveItem(String name) {
if (name == null) return 0;
if (name == null) return 0;
for (Item item : Item.itemsList) {
if (item == null) continue;
if (item.getUnlocalizedName() == null) continue;