mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Merge pull request #6681 from orbea/indent
Silence -Wmisleading-indentation warning
This commit is contained in:
commit
402b1432ee
@ -93,8 +93,11 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height)
|
||||
{
|
||||
/* detect menu only */
|
||||
if (width < 1920)
|
||||
{
|
||||
width = 704;
|
||||
height = 480;
|
||||
}
|
||||
|
||||
crt_aspect_ratio_switch(width, height);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user