[ZIPFLDR] Make function prototype consistent

It is the only function in that file that used this format, all the others are one line.

Spotted by Whindmar Saksit.
This commit is contained in:
Stanislav Motylkov 2024-04-18 18:22:17 +03:00
parent 359c9c7b42
commit 6d853be981
1 changed files with 1 additions and 5 deletions

View File

@ -174,11 +174,7 @@ STDAPI DllUnregisterServer()
EXTERN_C
BOOL WINAPI
RouteTheCall(
IN HWND hWndOwner,
IN HINSTANCE hInstance,
IN PCWSTR lpStringArg,
IN INT Show)
RouteTheCall(IN HWND hWndOwner, IN HINSTANCE hInstance, IN PCWSTR lpStringArg, IN INT Show)
{
CStringW path = lpStringArg;
PathRemoveBlanksW(path.GetBuffer());