[BOOTDATA]
[reactos.git] / reactos / dll / ntdll / ldr / ldrutils.c
index 6841012..5069eb3 100644 (file)
@@ -204,6 +204,7 @@ LdrpFreeUnicodeString(IN PUNICODE_STRING StringIn)
     /* Zero it out */
     RtlInitEmptyUnicodeString(StringIn, NULL, 0);
 }
+
 BOOLEAN
 NTAPI
 LdrpCallInitRoutine(IN PDLL_INIT_ROUTINE EntryPoint,