Fixed some indentation in 86box.c.

This commit is contained in:
OBattler
2021-03-25 23:38:36 +01:00
parent ed2f177943
commit ab8fa1187b

View File

@@ -416,7 +416,6 @@ usage:
#ifdef _WIN32
} else if (!wcscasecmp(argv[c], L"--hwnd") ||
!wcscasecmp(argv[c], L"-H")) {
if ((c+1) == argc) goto usage;
wcstombs(temp, argv[++c], 128);
@@ -438,6 +437,7 @@ usage:
/* One argument (config file) allowed. */
if (c < argc)
cfg = argv[c++];
if (c != argc) goto usage;
/*