]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/SerializeVariablesLib: convert line endings to uniform CRLF
authorLaszlo Ersek <lersek@redhat.com>
Thu, 26 May 2016 11:12:14 +0000 (13:12 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 26 May 2016 11:16:04 +0000 (13:16 +0200)
"SerializeVariablesLib.h" is pure LF, while "SerializeVariablesLib.c" is
mixed (its only CRLF terminators are from commit e678f9db899ad). Convert
them both with "unix2dos".

"git show -b" produces no code hunks for this patch. Due to its simple and
mechanic nature (and because it blocks the application of another patch),
it's being committed without review.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>

No differences found