sync white space with upstream. No code change.

This commit is contained in:
matthieu 2020-06-14 16:02:38 +00:00
parent 1242f9054e
commit 60964e1bb6

View File

@ -920,7 +920,7 @@ ProcessCommandLine(int argc, char *argv[])
defaultKeyboardControl.autoRepeat = TRUE;
else if (strcmp(argv[i], "-r") == 0)
defaultKeyboardControl.autoRepeat = FALSE;
else if ( strcmp( argv[i], "-retro") == 0)
else if (strcmp(argv[i], "-retro") == 0)
party_like_its_1989 = TRUE;
else if (strcmp(argv[i], "-s") == 0) {
if (++i < argc)