]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Edit.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / Edit / Edit.c
index 986b7e7b886fbe495461b4c8c505c9ac89d7303e..6b8d4c17ff7cdbe0bf5c20382c7d6790ea6cdad1 100644 (file)
@@ -2,7 +2,7 @@
   Main file for Edit shell Debug1 function.\r
 \r
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved. <BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -59,7 +59,7 @@ ShellCommandRunEdit (
   Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);\r
   if (EFI_ERROR(Status)) {\r
     if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) {\r
-      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, L"edit", ProblemParam);  \r
+      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, L"edit", ProblemParam);\r
       FreePool(ProblemParam);\r
       ShellStatus = SHELL_INVALID_PARAMETER;\r
     } else {\r
@@ -67,7 +67,7 @@ ShellCommandRunEdit (
     }\r
   } else {\r
     if (ShellCommandLineGetCount(Package) > 2) {\r
-      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_TOO_MANY), gShellDebug1HiiHandle, L"edit");  \r
+      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_TOO_MANY), gShellDebug1HiiHandle, L"edit");\r
       ShellStatus = SHELL_INVALID_PARAMETER;\r
     } else {\r
       Cwd = gEfiShellProtocol->GetCurDir(NULL);\r
@@ -86,7 +86,7 @@ ShellCommandRunEdit (
             }\r
             gEfiShellProtocol->SetCurDir(NULL, Nfs);\r
             FreePool(Nfs);\r
-          } \r
+          }\r
         }\r
       }\r
 \r
@@ -135,7 +135,7 @@ ShellCommandRunEdit (
         //\r
         if (Status == EFI_SUCCESS) {\r
         } else if (Status == EFI_OUT_OF_RESOURCES) {\r
-          ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_GEN_OUT_MEM), gShellDebug1HiiHandle, L"edit");  \r
+          ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN(STR_GEN_OUT_MEM), gShellDebug1HiiHandle, L"edit");\r
         } else {\r
           if (Buffer != NULL) {\r
             if (StrCmp (Buffer, L"") != 0) {\r