diff options
author | Liming Gao <liming.gao@intel.com> | 2018-06-27 21:13:23 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-06-28 11:19:51 +0800 |
commit | 24bfed691d9b581830933623204b56a704d1abd2 (patch) | |
tree | 8794d3133c181589809f1d081e61c7dc5115d45f | |
parent | b3548d32ddb553a9e95503457c66d11462622d16 (diff) | |
download | edk2-24bfed691d9b581830933623204b56a704d1abd2.zip edk2-24bfed691d9b581830933623204b56a704d1abd2.tar.gz edk2-24bfed691d9b581830933623204b56a704d1abd2.tar.bz2 |
ShellBinPkg: Clean up source files
1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
-rw-r--r-- | ShellBinPkg/UefiShell/Ia32/profiles.txt | 2 | ||||
-rw-r--r-- | ShellBinPkg/UefiShell/X64/profiles.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ShellBinPkg/UefiShell/Ia32/profiles.txt b/ShellBinPkg/UefiShell/Ia32/profiles.txt index 0739839..616f766 100644 --- a/ShellBinPkg/UefiShell/Ia32/profiles.txt +++ b/ShellBinPkg/UefiShell/Ia32/profiles.txt @@ -3,4 +3,4 @@ this release includes: Drivers1
Debug1
Network1
-Install1
\ No newline at end of file +Install1
diff --git a/ShellBinPkg/UefiShell/X64/profiles.txt b/ShellBinPkg/UefiShell/X64/profiles.txt index 0739839..616f766 100644 --- a/ShellBinPkg/UefiShell/X64/profiles.txt +++ b/ShellBinPkg/UefiShell/X64/profiles.txt @@ -3,4 +3,4 @@ this release includes: Drivers1
Debug1
Network1
-Install1
\ No newline at end of file +Install1
|