diff options
author | Liming Gao <liming.gao@intel.com> | 2016-07-28 16:31:57 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-29 09:18:12 +0800 |
commit | 9b7143c9041c9e9e7d431e3dc3788feda475d9bc (patch) | |
tree | 7e03e85d4432a60d029994ad54ff43f1611c223b /ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | |
parent | 8e2de237520df9130a871531cb0b77a397eb2845 (diff) | |
download | edk2-platforms-9b7143c9041c9e9e7d431e3dc3788feda475d9bc.tar.xz |
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>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c index 3e867fc514..337495e168 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c @@ -2370,7 +2370,7 @@ PCI_CONFIG_SPACE *mConfigSpace = NULL; STATIC CONST SHELL_PARAM_ITEM ParamList[] = {
{L"-s", TypeValue},
{L"-i", TypeFlag},
- {L"-_e", TypeFlag}, + {L"-_e", TypeFlag},
{NULL, TypeMax}
};
|