From 1e15f8b3bf93d8eb30a136d4e417488596b1618f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 25 Sep 2015 23:48:07 +0200 Subject: [PATCH] Style nits --- menu/menu_animation.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/menu/menu_animation.c b/menu/menu_animation.c index de0a594264..9df7939235 100644 --- a/menu/menu_animation.c +++ b/menu/menu_animation.c @@ -586,9 +586,6 @@ bool menu_animation_push(float duration, float target_value, float* subject, return true; } - - - /** * menu_animation_ticker_str: * @s : buffer to write new message line to. @@ -695,7 +692,7 @@ bool menu_animation_ctl(enum menu_animation_ctl_state state, void *data) anim->is_active = true; } - return true; + return true; } return false;