diff options
author | Liming Gao <liming.gao@intel.com> | 2018-06-27 17:32:13 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-06-28 11:19:40 +0800 |
commit | 630f67ddfea296ccb59d7863796210e130eec67e (patch) | |
tree | a3df8861fc6967d317cca6db47076ec3fdc400b7 /CryptoPkg/CryptoPkg.dsc | |
parent | 2b5c643ae8f7e72a56deeacead6b5302a076d329 (diff) | |
download | edk2-630f67ddfea296ccb59d7863796210e130eec67e.tar.gz edk2-630f67ddfea296ccb59d7863796210e130eec67e.tar.bz2 edk2-630f67ddfea296ccb59d7863796210e130eec67e.zip |
CryptoPkg: 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>
Diffstat (limited to 'CryptoPkg/CryptoPkg.dsc')
-rw-r--r-- | CryptoPkg/CryptoPkg.dsc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CryptoPkg/CryptoPkg.dsc b/CryptoPkg/CryptoPkg.dsc index b49e587ba1..b5afdba4b9 100644 --- a/CryptoPkg/CryptoPkg.dsc +++ b/CryptoPkg/CryptoPkg.dsc @@ -6,10 +6,10 @@ # 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
# http://opensource.org/licenses/bsd-license.php
-#
+#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
##
################################################################################
@@ -38,7 +38,7 @@ MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
- DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
+ DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|