mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix indentation in xmb.c
This commit is contained in:
parent
7e6a56dafc
commit
e839cf8434
@ -1002,8 +1002,7 @@ static void xmb_render_messagebox_internal(
|
|||||||
|
|
||||||
string_list_initialize(&list);
|
string_list_initialize(&list);
|
||||||
|
|
||||||
if (
|
if (!string_split_noalloc(&list, wrapped_message, "\n")
|
||||||
!string_split_noalloc(&list, wrapped_message, "\n")
|
|
||||||
|| list.elems == 0
|
|| list.elems == 0
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
@ -3263,7 +3262,7 @@ static int xmb_draw_item(
|
|||||||
string_is_equal(entry.value, "(MUSIC)") ||
|
string_is_equal(entry.value, "(MUSIC)") ||
|
||||||
string_is_equal(entry.value, "(DIR)") ||
|
string_is_equal(entry.value, "(DIR)") ||
|
||||||
string_is_equal(entry.value, "(RDB)") ||
|
string_is_equal(entry.value, "(RDB)") ||
|
||||||
string_is_equal(entry.value, "(CURSOR)")||
|
string_is_equal(entry.value, "(CURSOR)") ||
|
||||||
string_is_equal(entry.value, "(CFILE)") ||
|
string_is_equal(entry.value, "(CFILE)") ||
|
||||||
string_is_equal(entry.value, "(FILE)") ||
|
string_is_equal(entry.value, "(FILE)") ||
|
||||||
string_is_equal(entry.value, "(IMAGE)")
|
string_is_equal(entry.value, "(IMAGE)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user