Fix a weird whitespace.

Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
This commit is contained in:
Ricky Zhang 2020-07-15 21:56:00 -04:00
parent 82524ba034
commit 13017f711f
No known key found for this signature in database
GPG Key ID: 681AFAEF6CDEDB4C
1 changed files with 1 additions and 1 deletions

View File

@ -1780,7 +1780,7 @@ bool VideoInit(bool classic)
if (classic) {
default_width = 512;
default_height = 342;
} else {
} else {
default_width = 640;
default_height = 480;
}