public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/6] Convert files to CRLF line ending
@ 2017-04-06  2:25 Hao Wu
  2017-04-06  2:25 ` [PATCH 1/6] CryptoPkg: " Hao Wu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Hao Wu @ 2017-04-06  2:25 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu

This series converts the following file formats to CRLF line ending:
.c
.h
.inf
.uni
.vfr
.pl


Hao Wu (6):
  CryptoPkg: Convert files to CRLF line ending
  IntelFsp2Pkg: Convert files to CRLF line ending
  IntelFsp2WrapperPkg: Convert files to CRLF line ending
  SignedCapsulePkg: Convert files to CRLF line ending
  MdePkg: Convert files to CRLF line ending
  NetworkPkg: Convert files to CRLF line ending

 CryptoPkg/Include/Library/TlsLib.h                      | 1575 ++++-----
 CryptoPkg/Library/OpensslLib/process_files.pl           |  447 +--
 CryptoPkg/Library/TlsLib/InternalTlsLib.h               |   85 +-
 CryptoPkg/Library/TlsLib/TlsConfig.c                    | 2119 ++++++------
 CryptoPkg/Library/TlsLib/TlsInit.c                      |  537 +--
 CryptoPkg/Library/TlsLib/TlsLib.inf                     |  113 +-
 CryptoPkg/Library/TlsLib/TlsLib.uni                     |   38 +-
 CryptoPkg/Library/TlsLib/TlsProcess.c                   |  925 +++---
 IntelFsp2Pkg/Readme.md                                  |   14 +-
 IntelFsp2WrapperPkg/Readme.md                           |   14 +-
 MdePkg/Include/IndustryStandard/Tls1.h                  |  186 +-
 MdePkg/Include/Protocol/Tls.h                           |  921 +++---
 MdePkg/Include/Protocol/TlsConfig.h                     |  265 +-
 MdePkg/Library/BaseLib/SafeString.c                     |   39 +-
 NetworkPkg/HttpDxe/HttpsSupport.c                       | 3439 ++++++++++----------
 NetworkPkg/HttpDxe/HttpsSupport.h                       |  521 +--
 NetworkPkg/Include/Guid/TlsAuthConfigHii.h              |   51 +-
 NetworkPkg/Include/Guid/TlsAuthentication.h             |   59 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c          |  270 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf        |  147 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.uni        |   42 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeExtra.uni   |   38 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeStrings.uni |   78 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c         | 3377 +++++++++----------
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.h         |  564 ++--
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigNvData.h       |   99 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigVfr.vfr        |  305 +-
 NetworkPkg/TlsDxe/TlsConfigProtocol.c                   |  305 +-
 NetworkPkg/TlsDxe/TlsDriver.c                           |  993 +++---
 NetworkPkg/TlsDxe/TlsDriver.h                           |  475 +--
 NetworkPkg/TlsDxe/TlsDxe.inf                            |  131 +-
 NetworkPkg/TlsDxe/TlsDxe.uni                            |   50 +-
 NetworkPkg/TlsDxe/TlsDxeExtra.uni                       |   37 +-
 NetworkPkg/TlsDxe/TlsImpl.c                             |  653 ++--
 NetworkPkg/TlsDxe/TlsImpl.h                             |  631 ++--
 NetworkPkg/TlsDxe/TlsProtocol.c                         | 1265 +++----
 SignedCapsulePkg/Readme.md                              |   22 +-
 37 files changed, 10428 insertions(+), 10402 deletions(-)

-- 
2.12.0.windows.1



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-04-06  5:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-06  2:25 [PATCH 0/6] Convert files to CRLF line ending Hao Wu
2017-04-06  2:25 ` [PATCH 1/6] CryptoPkg: " Hao Wu
2017-04-06  2:56   ` Long, Qin
2017-04-06  2:25 ` [PATCH 2/6] IntelFsp2Pkg: " Hao Wu
2017-04-06  3:08   ` Yao, Jiewen
2017-04-06  2:25 ` [PATCH 3/6] IntelFsp2WrapperPkg: " Hao Wu
2017-04-06  3:08   ` Yao, Jiewen
2017-04-06  2:25 ` [PATCH 4/6] SignedCapsulePkg: " Hao Wu
2017-04-06  3:08   ` Yao, Jiewen
2017-04-06  2:25 ` [PATCH 5/6] MdePkg: " Hao Wu
2017-04-06  4:45   ` Gao, Liming
2017-04-06  2:25 ` [PATCH 6/6] NetworkPkg: " Hao Wu
2017-04-06  5:29   ` Wu, Jiaxin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox