]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel1CommandsLib/Goto.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel1CommandsLib / Goto.c
index 88e290daa7055f1d6d43b83be9233deba065625f..04083bbc1c91484166e7c67e4d6bafd13316dce0 100644 (file)
@@ -2,7 +2,7 @@
   Main file for goto shell level 1 function.\r
 \r
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 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
@@ -83,14 +83,14 @@ ShellCommandRunGoto (
       if (!MoveToTag(GetNextNode, L"endfor", L"for", CompareString, ShellCommandGetCurrentScriptFile(), FALSE, FALSE, TRUE)) {\r
         CurrentScriptFile = ShellCommandGetCurrentScriptFile();\r
         ShellPrintHiiEx(\r
-          -1, \r
-          -1, \r
-          NULL, \r
-          STRING_TOKEN (STR_SYNTAX_NO_MATCHING), \r
-          gShellLevel1HiiHandle, \r
-          CompareString, \r
-          L"Goto", \r
-          CurrentScriptFile!=NULL \r
+          -1,\r
+          -1,\r
+          NULL,\r
+          STRING_TOKEN (STR_SYNTAX_NO_MATCHING),\r
+          gShellLevel1HiiHandle,\r
+          CompareString,\r
+          L"Goto",\r
+          CurrentScriptFile!=NULL\r
             && CurrentScriptFile->CurrentCommand!=NULL\r
             ? CurrentScriptFile->CurrentCommand->Line:0);\r
         ShellStatus = SHELL_NOT_FOUND;\r