From 231ad7d8660d674d95fc4e03361338ac573c1f9f Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Tue, 8 Mar 2016 20:51:43 +0800 Subject: ShellPkg: Use DOS format end of line. Use DOS format end of line(CR, LF). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey --- ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | 14 +++++++------- .../UefiShellDebug1CommandsLib.uni | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'ShellPkg/Library') diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c index 6956963798..4a8a97b94f 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c @@ -1,9 +1,9 @@ /** @file Main file for Pci shell Debug1 function. - Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.
- (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.
- (C) Copyright 2016 Hewlett Packard Enterprise Development LP
+ Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.
+ (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -5444,10 +5444,10 @@ PrintInterpretedExtendedCompatibilityAer ( Header->CorrectableErrorStatus, Header->CorrectableErrorMask, Header->AdvancedErrorCapabilitiesAndControl, - Header->HeaderLog[0], - Header->HeaderLog[1], - Header->HeaderLog[2], - Header->HeaderLog[3], + Header->HeaderLog[0], + Header->HeaderLog[1], + Header->HeaderLog[2], + Header->HeaderLog[3], Header->RootErrorCommand, Header->RootErrorStatus, Header->ErrorSourceIdentification, diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni index 6206f841eb..c6c7ba9e2f 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni @@ -1,8 +1,8 @@ // /** // -// Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.
-// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.
-// (C) Copyright 2016 Hewlett Packard Enterprise Development LP
+// Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
+// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.
+// (C) Copyright 2016 Hewlett Packard Enterprise Development LP
// This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies this distribution. The full text of the license may be found at @@ -317,10 +317,10 @@ " CorrectableErrorStatus %08x\r\n" " CorrectableErrorMask %08x\r\n" " AdvancedErrorCapAndControl %08x\r\n" - " HeaderLog1 %08x\r\n" - " HeaderLog2 %08x\r\n" - " HeaderLog3 %08x\r\n" - " HeaderLog4 %08x\r\n" + " HeaderLog1 %08x\r\n" + " HeaderLog2 %08x\r\n" + " HeaderLog3 %08x\r\n" + " HeaderLog4 %08x\r\n" " RootErrorCommand %08x\r\n" " RootErrorStatus %08x\r\n" " ErrorSourceIdentification %04x\r\n" -- cgit v1.2.3