ntoskrnl: Remove trailing spaces in Wine traces.

This commit is contained in:
Francois Gouget 2007-11-13 09:28:53 +01:00 committed by Alexandre Julliard
parent 41643327ee
commit 4b1ba7bf17

View file

@ -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 )
{
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;
}
@ -262,7 +262,7 @@ PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN Secondary
*/
PIO_WORKITEM WINAPI IoAllocateWorkItem( PDEVICE_OBJECT DeviceObject )
{
FIXME( "stub: %p \n", DeviceObject );
FIXME( "stub: %p\n", DeviceObject );
return NULL;
}