mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Style nits
This commit is contained in:
parent
223cae66c1
commit
4dec80e9e3
@ -1758,10 +1758,8 @@ static void menu_displaylist_set_new_playlist(
|
|||||||
|
|
||||||
if (playlist_init_cached(path, playlist_size))
|
if (playlist_init_cached(path, playlist_size))
|
||||||
{
|
{
|
||||||
playlist_t *playlist =
|
playlist_t *playlist = playlist_get_cached();
|
||||||
playlist_get_cached();
|
enum playlist_sort_mode current_sort_mode = playlist_get_sort_mode(playlist);
|
||||||
enum playlist_sort_mode current_sort_mode =
|
|
||||||
playlist_get_sort_mode(playlist);
|
|
||||||
|
|
||||||
/* Sort playlist, if required */
|
/* Sort playlist, if required */
|
||||||
if (sort_enabled &&
|
if (sort_enabled &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user