From 08a5befc82578147f6e0a834636afc39e143d9ff Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 23 Nov 2023 18:34:58 +0100 Subject: [PATCH] chore(format): removed whitespace at the end of a struct --- core/src/animation_sprite.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/animation_sprite.c b/core/src/animation_sprite.c index 9c9e240..692721b 100644 --- a/core/src/animation_sprite.c +++ b/core/src/animation_sprite.c @@ -10,7 +10,6 @@ struct AnimationSprite { float frame_interval; float start_time; - }; AnimationSprite* animation_sprite_new(Spritesheet* sheet, float framerate) {