From 34e54b33f790858998de6f224458b93e54424ed9 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 31 Aug 2024 12:46:10 -0400 Subject: codestyle changes on g5911 Change-Id: I8e3b172686fe78d52a8b407193479d3af36ee536 --- apps/onplay.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 045af275bc..ab507f08ac 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1294,7 +1294,8 @@ int onplay(char* file, int attr, int from_context, bool hotkey, int customaction #else (void)hotkey; #endif - if (customaction == ONPLAY_CUSTOMACTION_SHUFFLE_SONGS) { + if (customaction == ONPLAY_CUSTOMACTION_SHUFFLE_SONGS) + { int returnCode = add_to_playlist(&addtopl_replace_shuffled); if (returnCode == 1) // User did not want to erase his current playlist, so let's show again the database main menu -- cgit v1.2.3