ShellPkg: Correct files with CRLF line ending

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
Liming Gao
2016-07-28 16:31:57 +08:00
parent 8e2de23752
commit 9b7143c904
5 changed files with 36 additions and 36 deletions

View File

@ -3,7 +3,7 @@
And give a interface of query a string out of a table.
Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<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
@ -2304,26 +2304,26 @@ TABLE_ITEM MemoryDeviceTypeTable[] = {
{
0x19,
L" FBD2"
},
{
0x1A,
L" DDR4"
},
{
0x1B,
L" LPDDR"
},
{
0x1C,
L" LPDDR2"
},
{
0x1D,
L" LPDDR3"
},
{
0x1E,
L" LPDDR4"
},
{
0x1A,
L" DDR4"
},
{
0x1B,
L" LPDDR"
},
{
0x1C,
L" LPDDR2"
},
{
0x1D,
L" LPDDR3"
},
{
0x1E,
L" LPDDR4"
}
};