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/Include | |
parent | 2b5c643ae8f7e72a56deeacead6b5302a076d329 (diff) | |
download | edk2-630f67ddfea296ccb59d7863796210e130eec67e.tar.gz |
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/Include')
-rw-r--r-- | CryptoPkg/Include/Library/BaseCryptLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Include/Library/BaseCryptLib.h b/CryptoPkg/Include/Library/BaseCryptLib.h index dc6aaf0635..52ab2316db 100644 --- a/CryptoPkg/Include/Library/BaseCryptLib.h +++ b/CryptoPkg/Include/Library/BaseCryptLib.h @@ -2192,7 +2192,7 @@ X509GetSubjectName ( If Certificate is invalid.
@retval RETURN_NOT_FOUND If no CommonName entry exists.
@retval RETURN_BUFFER_TOO_SMALL If the CommonName is NULL. The required buffer size
- (including the final null) is returned in the
+ (including the final null) is returned in the
CommonNameSize parameter.
@retval RETURN_UNSUPPORTED The operation is not supported.
|