mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 12:25:17 +00:00
ntoskrnl: Remove trailing spaces in Wine traces.
This commit is contained in:
parent
41643327ee
commit
4b1ba7bf17
@ -252,7 +252,7 @@ NTSTATUS wine_ntoskrnl_main_loop( HANDLE stop_event )
|
|||||||
*/
|
*/
|
||||||
PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN SecondaryBuffer, BOOLEAN ChargeQuota, PIRP Irp )
|
PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN SecondaryBuffer, BOOLEAN ChargeQuota, PIRP Irp )
|
||||||
{
|
{
|
||||||
FIXME( "stub: %p, %u, %i, %i, %p \n", VirtualAddress, Length, SecondaryBuffer, ChargeQuota, Irp );
|
FIXME( "stub: %p, %u, %i, %i, %p\n", VirtualAddress, Length, SecondaryBuffer, ChargeQuota, Irp );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -262,7 +262,7 @@ PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN Secondary
|
|||||||
*/
|
*/
|
||||||
PIO_WORKITEM WINAPI IoAllocateWorkItem( PDEVICE_OBJECT DeviceObject )
|
PIO_WORKITEM WINAPI IoAllocateWorkItem( PDEVICE_OBJECT DeviceObject )
|
||||||
{
|
{
|
||||||
FIXME( "stub: %p \n", DeviceObject );
|
FIXME( "stub: %p\n", DeviceObject );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user