]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Use DOS format end of line.
authorQiu Shumin <shumin.qiu@intel.com>
Tue, 8 Mar 2016 12:51:43 +0000 (20:51 +0800)
committerQiu Shumin <shumin.qiu@intel.com>
Wed, 9 Mar 2016 07:30:59 +0000 (15:30 +0800)
Use DOS format end of line(CR, LF).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Application/Shell/ShellParametersProtocol.c
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni

index c638583a3758a7161f3ecb0c9346afc52d1a52b2..b3767bbbf2b9b7d407a896b2d188f08cbda27dd8 100644 (file)
@@ -4,7 +4,7 @@
 \r
   Copyright (C) 2014, Red Hat, Inc.\r
   (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2016, 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
@@ -1266,12 +1266,12 @@ UpdateStdInStdOutStdErr(
           EFI_FILE_MODE_READ,\r
           0);\r
         if (!EFI_ERROR(Status)) {\r
-          if (!InUnicode) {
-            //
-            // Create the ASCII->Unicode conversion layer
-            //
-            TempHandle = CreateFileInterfaceFile(TempHandle, FALSE);
-          }
+          if (!InUnicode) {\r
+            //\r
+            // Create the ASCII->Unicode conversion layer\r
+            //\r
+            TempHandle = CreateFileInterfaceFile(TempHandle, FALSE);\r
+          }\r
           ShellParameters->StdIn = TempHandle;\r
           gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle);\r
         }\r
index 6956963798d9e4accf5980fa18c81cec651a027d..4a8a97b94f2aae0913597d1aa0f812fb568f3064 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   Main file for Pci shell Debug1 function.\r
 \r
-  Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
-  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
-  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>  
+  Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<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
@@ -5444,10 +5444,10 @@ PrintInterpretedExtendedCompatibilityAer (
     Header->CorrectableErrorStatus,\r
     Header->CorrectableErrorMask,\r
     Header->AdvancedErrorCapabilitiesAndControl,\r
-    Header->HeaderLog[0],
-    Header->HeaderLog[1],
-    Header->HeaderLog[2],
-    Header->HeaderLog[3],
+    Header->HeaderLog[0],\r
+    Header->HeaderLog[1],\r
+    Header->HeaderLog[2],\r
+    Header->HeaderLog[3],\r
     Header->RootErrorCommand,\r
     Header->RootErrorStatus,\r
     Header->ErrorSourceIdentification,\r
index 6206f841ebda95ec46e47b2b7aee98fc054661c7..c6c7ba9e2f690de5519fddb2d1260e55d0338ec3 100644 (file)
@@ -1,8 +1,8 @@
 // /**\r
 //\r
-// Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
-// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
-// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
+// Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
+// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
+// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<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
                                                        "    CorrectableErrorStatus         %08x\r\n"\r
                                                        "    CorrectableErrorMask           %08x\r\n"\r
                                                        "    AdvancedErrorCapAndControl     %08x\r\n"\r
-                                                       "    HeaderLog1                     %08x\r\n"
-                                                       "    HeaderLog2                     %08x\r\n"
-                                                       "    HeaderLog3                     %08x\r\n"
-                                                       "    HeaderLog4                     %08x\r\n"
+                                                       "    HeaderLog1                     %08x\r\n"\r
+                                                       "    HeaderLog2                     %08x\r\n"\r
+                                                       "    HeaderLog3                     %08x\r\n"\r
+                                                       "    HeaderLog4                     %08x\r\n"\r
                                                        "    RootErrorCommand               %08x\r\n"\r
                                                        "    RootErrorStatus                %08x\r\n"\r
                                                        "    ErrorSourceIdentification      %04x\r\n"\r