]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel2CommandsLib / UefiShellLevel2CommandsLib.c
index 36bc3552b57936313c36e1ba85e84f326d4010fc..cfad8081935658891308f20e49e4455a057cbb07 100644 (file)
@@ -269,7 +269,7 @@ VerifyIntermediateDirectories (
 \r
   @retval 0    Source and Target are identical strings without regard to case.\r
   @retval !=0  Source is not identical to Target.\r
-  \r
+\r
 **/\r
 INTN\r
 StrniCmp(\r
@@ -301,7 +301,7 @@ StrniCmp(
     FreePool (SourceCopy);\r
     return -1;\r
   }\r
-  \r
+\r
   SourceCopy[SourceLength] = L'\0';\r
   TargetCopy[TargetLength] = L'\0';\r
   Result = gUnicodeCollation->StriColl (gUnicodeCollation, SourceCopy, TargetCopy);\r
@@ -315,8 +315,8 @@ StrniCmp(
   Cleans off all the quotes in the string.\r
 \r
   @param[in]     OriginalString   pointer to the string to be cleaned.\r
-  @param[out]   CleanString      The new string with all quotes removed. \r
-                                                  Memory allocated in the function and free \r
+  @param[out]   CleanString      The new string with all quotes removed.\r
+                                                  Memory allocated in the function and free\r
                                                   by caller.\r
 \r
   @retval EFI_SUCCESS   The operation was successful.\r
@@ -328,7 +328,7 @@ ShellLevel2StripQuotes (
   )\r
 {\r
   CHAR16            *Walker;\r
-  \r
+\r
   if (OriginalString == NULL || CleanString == NULL) {\r
     return EFI_INVALID_PARAMETER;\r
   }\r