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

@@ -40,7 +40,7 @@ class Sprite_Reflection
return if disposed?
shouldShow = @rsprite.visible
if !shouldShow
# Just-in-time disposal of sprite
# Just-in-time disposal of sprite
if @sprite
@sprite.dispose
@sprite = nil
@@ -87,4 +87,4 @@ class Sprite_Reflection
@sprite.src_rect = @rsprite.src_rect
end
end
end
end