]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Library / LzmaHobCustomDecompressLib / LzmaHobCustomDecompressLib.c
index 8cd483dededd96e641e8c96b1cf63c60a7fd0a42..2a91a98ba8b73151a8597835720195e72a4287ff 100644 (file)
@@ -34,17 +34,17 @@ LzmaDecompressLibConstructor (
   )\r
 {\r
   EXTRACT_SECTION_HOB   *Hob;\r
-  \r
+\r
   Hob = GetFirstGuidHob (&gLzmaCustomDecompressGuid);\r
   if (Hob == NULL) {\r
     return EFI_NOT_FOUND;\r
   }\r
-  \r
-  // Locate Guided Hob   \r
+\r
+  // Locate Guided Hob\r
 \r
   return ExtractGuidedSectionRegisterHandlers (\r
           &gLzmaCustomDecompressGuid,\r
           Hob->Data.SectionGetInfo,\r
           Hob->Data.SectionExtraction\r
-          );      \r
+          );\r
 }\r