mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[REACTOS] Add missing line breaks at end of file
This commit is contained in:
parent
764881a94b
commit
0c2cdcae83
128 changed files with 128 additions and 128 deletions
|
@ -224,4 +224,4 @@ BOOL WINAPI RegisterDialogClasses(HANDLE hmodule)
|
|||
szTitle,
|
||||
MB_OK | MB_ICONWARNING);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,4 +46,4 @@ string binary2cstr ( const string& src )
|
|||
}
|
||||
}
|
||||
return dst;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -309,4 +309,4 @@ void tokenize ( const string& text, vector<string>& tokens )
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,4 +79,4 @@ LRESULT CALLBACK RosMDIChildProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM
|
|||
|
||||
|
||||
/*
|
||||
*/
|
||||
*/
|
||||
|
|
|
@ -258,4 +258,4 @@ START_TEST(toolbar)
|
|||
DeactivateActCtx(0, cookie);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,4 +70,4 @@ DllMain(
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,4 +61,4 @@ static BOOL RestoreIat(HMODULE TargetDll, PCSTR DllName, PCSTR FunctionName, ULO
|
|||
}
|
||||
|
||||
#endif // _APITEST_IATHOOK_H
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -332,4 +332,4 @@ START_TEST(FindActCtxSectionStringW)
|
|||
{
|
||||
skip("Failed to create context for comctl32dep.manifest\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,4 +85,4 @@ VOID TestDllRedirection()
|
|||
START_TEST(LoadLibraryExW)
|
||||
{
|
||||
TestDllRedirection();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
|
||||
typedef BOOL (WINAPI *PInitializePrintProvidor)(LPPRINTPROVIDOR, DWORD, LPWSTR);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -214,4 +214,4 @@ START_TEST(NtFreeVirtualMemory)
|
|||
{
|
||||
Test_NtFreeVirtualMemory();
|
||||
Test_NtFreeVirtualMemory_Parameters();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -152,4 +152,4 @@ START_TEST(RtlQueryTimeZoneInformation)
|
|||
pRtlQueryTimeZoneInformation = (void *)GetProcAddress(mod, "RtlQueryTimeZoneInformation");
|
||||
|
||||
test_RtlQueryTimeZoneInformation();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -185,4 +185,4 @@ START_TEST(CFSFolder)
|
|||
TestUninitialized();
|
||||
TestInitialize();
|
||||
TestGetUIObjectOf();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ START_TEST(CloseThemeData)
|
|||
ok( hr == E_HANDLE, "Expected E_HANDLE, got 0x%lx\n", hr);
|
||||
|
||||
RemoveVectoredExceptionHandler(pVEH);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -212,4 +212,4 @@ START_TEST(DrawThemeParentBackground)
|
|||
{
|
||||
Test_Messages();
|
||||
Test_Params();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -88,4 +88,4 @@ START_TEST(SetWindowTheme)
|
|||
TestTheme(hwnd);
|
||||
|
||||
DestroyWindow(hwnd);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -144,4 +144,4 @@ TestFilterPostOperation(
|
|||
ok_eq_hex(Iopb->MajorFunction, IRP_MJ_CREATE);
|
||||
|
||||
return FLT_POSTOP_FINISHED_PROCESSING;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -255,4 +255,4 @@ TestHidPDescription(
|
|||
TestGetCollectionDescription();
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -289,4 +289,4 @@ START_TEST(IoDeviceInterface)
|
|||
(void)Test_IoRegisterDeviceInterface;
|
||||
Test_IoRegisterPlugPlayNotification();
|
||||
Test_IoSetDeviceInterface();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,4 +54,4 @@ static VOID KeStallExecutionProcessorTest(VOID)
|
|||
START_TEST(KeProcessor)
|
||||
{
|
||||
KeStallExecutionProcessorTest();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,4 +15,4 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
|
|||
DbgPrint("Test driver loaded sucessfully\n");
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -108,4 +108,4 @@ START_TEST(dialog)
|
|||
{
|
||||
test_SetupPromptForDiskA();
|
||||
test_SetupPromptForDiskW();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue