[REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines.
[reactos.git] / boot / freeldr / freeldr / lib / peloader.c
index 340eba1..64ef110 100644 (file)
@@ -678,7 +678,7 @@ PeLdrAllocateDataTableEntry(
 
     /* Insert this DTE to a list in the LPB */
     InsertTailList(ModuleListHead, &DataTableEntry->InLoadOrderLinks);
-    TRACE("Inserting DTE %p, name='%.*S' DllBase=%p \n", DataTableEntry,
+    TRACE("Inserting DTE %p, name='%.*S' DllBase=%p\n", DataTableEntry,
           DataTableEntry->BaseDllName.Length / 2,
           VaToPa(DataTableEntry->BaseDllName.Buffer),
           DataTableEntry->DllBase);