[ZIPFLDR] Make function prototype consistent
authorStanislav Motylkov <x86corez@gmail.com>
Thu, 18 Apr 2024 15:22:17 +0000 (18:22 +0300)
committerStanislav Motylkov <x86corez@gmail.com>
Thu, 18 Apr 2024 15:22:17 +0000 (18:22 +0300)
It is the only function in that file that used this format, all the others are one line.

Spotted by Whindmar Saksit.

dll/shellext/zipfldr/zipfldr.cpp

index df2079e..04f7e73 100644 (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());