[REACTOS] Add missing line breaks at end of file

This commit is contained in:
Timo Kreuzer 2024-05-18 13:30:54 +03:00
parent 764881a94b
commit 0c2cdcae83
128 changed files with 128 additions and 128 deletions

View file

@ -224,4 +224,4 @@ BOOL WINAPI RegisterDialogClasses(HANDLE hmodule)
szTitle,
MB_OK | MB_ICONWARNING);
return FALSE;
}
}

View file

@ -46,4 +46,4 @@ string binary2cstr ( const string& src )
}
}
return dst;
}
}

View file

@ -309,4 +309,4 @@ void tokenize ( const string& text, vector<string>& tokens )
break;
}
}
}
}

View file

@ -79,4 +79,4 @@ LRESULT CALLBACK RosMDIChildProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
/*
*/
*/

View file

@ -258,4 +258,4 @@ START_TEST(toolbar)
DeactivateActCtx(0, cookie);
}
}
}
}

View file

@ -70,4 +70,4 @@ DllMain(
return TRUE;
}
}
}

View file

@ -61,4 +61,4 @@ static BOOL RestoreIat(HMODULE TargetDll, PCSTR DllName, PCSTR FunctionName, ULO
}
#endif // _APITEST_IATHOOK_H

View file

@ -71,4 +71,4 @@ static inline BOOL IseKeyMsg(UINT msg)
ok((status & (notexpected))!=(notexpected), "wrong queue status. got non expected %li\n", (DWORD)(notexpected)); \
}
#endif
#endif

View file

@ -332,4 +332,4 @@ START_TEST(FindActCtxSectionStringW)
{
skip("Failed to create context for comctl32dep.manifest\n");
}
}
}

View file

@ -85,4 +85,4 @@ VOID TestDllRedirection()
START_TEST(LoadLibraryExW)
{
TestDllRedirection();
}
}

View file

@ -14,4 +14,4 @@
typedef BOOL (WINAPI *PInitializePrintProvidor)(LPPRINTPROVIDOR, DWORD, LPWSTR);
#endif
#endif

View file

@ -214,4 +214,4 @@ START_TEST(NtFreeVirtualMemory)
{
Test_NtFreeVirtualMemory();
Test_NtFreeVirtualMemory_Parameters();
}
}

View file

@ -152,4 +152,4 @@ START_TEST(RtlQueryTimeZoneInformation)
pRtlQueryTimeZoneInformation = (void *)GetProcAddress(mod, "RtlQueryTimeZoneInformation");
test_RtlQueryTimeZoneInformation();
}
}

View file

@ -185,4 +185,4 @@ START_TEST(CFSFolder)
TestUninitialized();
TestInitialize();
TestGetUIObjectOf();
}
}

View file

@ -160,4 +160,4 @@ START_TEST(Control_RunDLLW)
ok (tests[i].iStartParams == g_iParams, "%d, CPL_STARTWPARMSW: expected %d got %d\n", tests[i].srcLine, tests[i].iStartParams, g_iParams);
ok (wcscmp(tests[i].params, g_wstrParams) == 0, "%d, CPL_STARTWPARMSW: expected %S got %S\n", tests[i].srcLine, tests[i].params, g_wstrParams);
}
}
}

View file

@ -27,4 +27,4 @@ START_TEST(CloseThemeData)
ok( hr == E_HANDLE, "Expected E_HANDLE, got 0x%lx\n", hr);
RemoveVectoredExceptionHandler(pVEH);
}
}

View file

@ -212,4 +212,4 @@ START_TEST(DrawThemeParentBackground)
{
Test_Messages();
Test_Params();
}
}

View file

@ -88,4 +88,4 @@ START_TEST(SetWindowTheme)
TestTheme(hwnd);
DestroyWindow(hwnd);
}
}

View file

@ -144,4 +144,4 @@ TestFilterPostOperation(
ok_eq_hex(Iopb->MajorFunction, IRP_MJ_CREATE);
return FLT_POSTOP_FINISHED_PROCESSING;
}
}

View file

@ -255,4 +255,4 @@ TestHidPDescription(
TestGetCollectionDescription();
return STATUS_SUCCESS;
}
}

View file

@ -289,4 +289,4 @@ START_TEST(IoDeviceInterface)
(void)Test_IoRegisterDeviceInterface;
Test_IoRegisterPlugPlayNotification();
Test_IoSetDeviceInterface();
}
}

View file

@ -54,4 +54,4 @@ static VOID KeStallExecutionProcessorTest(VOID)
START_TEST(KeProcessor)
{
KeStallExecutionProcessorTest();
}
}

View file

@ -15,4 +15,4 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
DbgPrint("Test driver loaded sucessfully\n");
return STATUS_SUCCESS;
}
}

View file

@ -108,4 +108,4 @@ START_TEST(dialog)
{
test_SetupPromptForDiskA();
test_SetupPromptForDiskW();
}
}