From ea99ba10ff0392554c9f82307949e1349d17888a Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 6 Dec 2016 17:07:47 +0800 Subject: [PATCH] PcAtChipsetPkg/PcRtc: Fix bad EOL Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni --- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c index 35e34b74b3..857918df18 100644 --- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c +++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c @@ -1233,7 +1233,7 @@ ScanTableInSDT ( if (Table == NULL) { continue; - } + } if (Table->Signature == Signature) { return Table; -- 2.39.2