From 258fefebcccc22bd841cad7b0ea02fb44dd64c36 Mon Sep 17 00:00:00 2001 From: John Davis Date: Sun, 23 Jul 2023 22:05:41 -0500 Subject: [PATCH] BiosVideo: Fix uncrustify on previous commit --- Legacy/BootPlatform/BiosVideo/VideoBiosPatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Legacy/BootPlatform/BiosVideo/VideoBiosPatch.c b/Legacy/BootPlatform/BiosVideo/VideoBiosPatch.c index 2bc97850..01290fcf 100644 --- a/Legacy/BootPlatform/BiosVideo/VideoBiosPatch.c +++ b/Legacy/BootPlatform/BiosVideo/VideoBiosPatch.c @@ -323,7 +323,7 @@ PatchAtiVbiosCustom ( AtomModeTiming->usCRTC_V_SyncStart = Height + VSyncStart; AtomModeTiming->usCRTC_V_SyncWidth = VSyncEnd; - AtomModeTiming->usPixelClock = (UINT16) ClockHz; + AtomModeTiming->usPixelClock = (UINT16)ClockHz; } else { AtomDtdTiming = (ATOM_DTD_FORMAT *)&AtomVesaTimings->aModeTimings; @@ -337,7 +337,7 @@ PatchAtiVbiosCustom ( AtomDtdTiming->usVSyncOffset = VSyncStart; AtomDtdTiming->usVSyncWidth = VSyncEnd; - AtomDtdTiming->usPixClk = (UINT16) ClockHz; + AtomDtdTiming->usPixClk = (UINT16)ClockHz; } return TRUE;