cleaned up formatting:

- removed trailing whitespace
- changed all leading whitespace to tabs
- removed IDE created author comments
This commit is contained in:
Evan Debenham
2015-06-12 16:22:26 -04:00
parent baa83b7e43
commit cebdff0221
335 changed files with 8555 additions and 8714 deletions
@@ -41,13 +41,13 @@ public class IconTitle extends Component {
public IconTitle() {
super();
}
}
public IconTitle( Item item ) {
ItemSprite icon = new ItemSprite();
icon( icon );
label( Utils.capitalize( item.toString() ) );
icon.view( item );
public IconTitle( Item item ) {
ItemSprite icon = new ItemSprite();
icon( icon );
label( Utils.capitalize( item.toString() ) );
icon.view( item );
}
public IconTitle( Image icon, String label ) {