Merge pull request #6681 from orbea/indent

Silence -Wmisleading-indentation warning
This commit is contained in:
Twinaphex 2018-05-01 20:13:26 +02:00 committed by GitHub
commit 402b1432ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}