* Sync up to trunk head (r64921).
[reactos.git] / ntoskrnl / io / iomgr / remlock.c
index d353a00..ad098f3 100644 (file)
@@ -100,7 +100,7 @@ IoAcquireRemoveLockEx(IN PIO_REMOVE_LOCK RemoveLock,
             TrackingBlock = ExAllocatePoolWithTag(NonPagedPool, sizeof(IO_REMOVE_LOCK_TRACKING_BLOCK), Lock->Dbg.AllocateTag);
             if (!TrackingBlock)
             {
-                /* Keep count of failures for lock release and missing tags */ 
+                /* Keep count of failures for lock release and missing tags */
                 InterlockedIncrement(&(Lock->Dbg.LowMemoryCount));
             }
             else