]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commit251ca60496719b37e02978bc5b037e2b06a39659
tree35ad3daa59cb1f2ac1eb3168b367237f2cfdd916
parent5679a62a0fb22adadd6483d4d4765397015695f0
OvmfPkg/SerializeVariablesLib: convert line endings to uniform CRLF

"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>
OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.c
OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.h