ntoskrnl: Remove trailing spaces in Wine traces.

Francois Gouget fgouget at free.fr
Tue Nov 13 02:28:53 CST 2007


---
 dlls/ntoskrnl.exe/ntoskrnl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c
index 2aac409..10ac0a1 100644
--- a/dlls/ntoskrnl.exe/ntoskrnl.c
+++ b/dlls/ntoskrnl.exe/ntoskrnl.c
@@ -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;
 }
 
-- 
1.5.3.4




More information about the wine-patches mailing list