Fix indentation in xmb.c

This commit is contained in:
Jean-André Santoni 2021-10-05 11:29:48 +07:00
parent 7e6a56dafc
commit e839cf8434

View File

@ -1002,8 +1002,7 @@ static void xmb_render_messagebox_internal(
string_list_initialize(&list);
if (
!string_split_noalloc(&list, wrapped_message, "\n")
if (!string_split_noalloc(&list, wrapped_message, "\n")
|| list.elems == 0
)
{
@ -3263,7 +3262,7 @@ static int xmb_draw_item(
string_is_equal(entry.value, "(MUSIC)") ||
string_is_equal(entry.value, "(DIR)") ||
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, "(FILE)") ||
string_is_equal(entry.value, "(IMAGE)")