Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -287,7 +287,7 @@ class TrainerWalkingCharSprite < SpriteWrapper
super
if @animbitmap
@animbitmap.update
self.bitmap = @animbitmap.bitmap
self.bitmap = @animbitmap.bitmap
end
@frame += 1
if @frame>=@frameskip
@@ -297,4 +297,4 @@ class TrainerWalkingCharSprite < SpriteWrapper
end
@updating = false
end
end
end