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
@@ -28,7 +28,7 @@ public class PotionOfMight extends PotionOfStrength {
name = "Potion of Might";
initials = "Mi";
bones = true;
bones = true;
}
@Override
@@ -41,7 +41,7 @@ public class PotionOfMight extends PotionOfStrength {
hero.sprite.showStatus( CharSprite.POSITIVE, "+1 str, +5 ht" );
GLog.p( "Newfound strength surges through your body." );
Badges.validateStrengthAttained();
Badges.validateStrengthAttained();
}
@Override