diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2016-03-08 20:51:43 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-13 20:42:28 +0800 |
commit | e9223dc34eaedf0c0f198765d4c86f73d37e3387 (patch) | |
tree | 0ff0dca1aa5698f5510712e694fe241399130b4a /ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni | |
parent | f7df59ba6cf140ee430ba3a685a4e78981d285fb (diff) | |
download | edk2-platforms-e9223dc34eaedf0c0f198765d4c86f73d37e3387.tar.xz |
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 <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
(cherry picked from commit 231ad7d8660d674d95fc4e03361338ac573c1f9f)
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni | 14 |
1 files changed, 7 insertions, 7 deletions
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.<BR>
-// (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>
+// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
+// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
// 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"
|