]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: Remove double \r
authorJoe Richey <joerichey@google.com>
Fri, 10 May 2019 08:06:57 +0000 (16:06 +0800)
committerEric Dong <eric.dong@intel.com>
Mon, 13 May 2019 00:45:22 +0000 (08:45 +0800)
commite2aaec4b080c3480d62a259e42d792c92c4a0f1b
treea7ebe597ad6f36c0d239f2fa0f93aa8998b143b5
parentf684c3f5eef4be691e137ae64e7d00521ec201de
UefiCpuPkg: Remove double \r

These files have \r\n line endings, but a few lines use \r\r\n which
is not a valid line ending. These lines were causing problems for git
and other tools.

Signed-off-by: Joe Richey <joerichey@google.com>
Review-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c