mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:03:00 +00:00
[RAPPS] Remove trailing spaces.
This commit is contained in:
parent
26ac8ac81e
commit
3b777fd133
13 changed files with 20 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue