mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
Fix misleading indentation warning
This commit is contained in:
parent
6b801333e7
commit
7d71f94dc6
@ -11146,19 +11146,19 @@ static void ozone_draw_footer(
|
||||
false);
|
||||
|
||||
/* > Resume */
|
||||
gfx_display_draw_text(
|
||||
ozone->fonts.footer.font,
|
||||
ozone->footer_labels.resume.str,
|
||||
resume_x + icon_size + icon_padding_small,
|
||||
footer_text_y,
|
||||
video_width,
|
||||
video_height,
|
||||
ozone->theme->text_rgba,
|
||||
TEXT_ALIGN_LEFT,
|
||||
1.0f,
|
||||
false,
|
||||
1.0f,
|
||||
false);
|
||||
gfx_display_draw_text(
|
||||
ozone->fonts.footer.font,
|
||||
ozone->footer_labels.resume.str,
|
||||
resume_x + icon_size + icon_padding_small,
|
||||
footer_text_y,
|
||||
video_width,
|
||||
video_height,
|
||||
ozone->theme->text_rgba,
|
||||
TEXT_ALIGN_LEFT,
|
||||
1.0f,
|
||||
false,
|
||||
1.0f,
|
||||
false);
|
||||
|
||||
/* > Reset to default */
|
||||
if (reset_to_default_available)
|
||||
|
Loading…
x
Reference in New Issue
Block a user