Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs

This commit is contained in:
Brettflan
2012-03-13 08:27:03 -05:00
parent 28269b7455
commit 18b10ce8f9
18 changed files with 278 additions and 289 deletions

View File

@ -21,8 +21,8 @@ public class AsciiCompass
private Point(final char asciiChar)
{
this.asciiChar = asciiChar;
}
this.asciiChar = asciiChar;
}
@Override
public String toString()
@ -62,7 +62,7 @@ public class AsciiCompass
return AsciiCompass.Point.N;
else
return null;
}
}
public static ArrayList<String> getAsciiCompass(Point point, ChatColor colorActive, String colorDefault)
{