mirror of https://github.com/acidanthera/audk.git
PcAtChipsetPkg/PcRtc: Fix bad EOL
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
e2df7a3d39
commit
ea99ba10ff
|
@ -1233,7 +1233,7 @@ ScanTableInSDT (
|
||||||
|
|
||||||
if (Table == NULL) {
|
if (Table == NULL) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Table->Signature == Signature) {
|
if (Table->Signature == Signature) {
|
||||||
return Table;
|
return Table;
|
||||||
|
|
Loading…
Reference in New Issue