[RAPPS] Remove trailing spaces.

This commit is contained in:
Hermès Bélusca-Maïto 2018-02-03 23:42:46 +01:00
parent 26ac8ac81e
commit 3b777fd133
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
13 changed files with 20 additions and 20 deletions

View file

@ -30,9 +30,9 @@ BOOL UseCmdParameters(LPWSTR lpCmdLine)
for (INT i = 1; i < argc; ++i)
{
arrNames.Add(argv[i]);
}
}
else
}
}
else
if (!StrCmpW(argv[0], CMD_KEY_SETUP))
{
HINF InfHandle = SetupOpenInfFileW(argv[1], NULL, INF_STYLE_WIN4, NULL);
@ -70,6 +70,6 @@ BOOL UseCmdParameters(LPWSTR lpCmdLine)
CDownloadManager::DownloadListOfApplications(arrAppInfo, TRUE);
return TRUE;
}
return FALSE;
}