Skip to content

Commit

Permalink
BiosVideo: Fix uncrustify on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Jul 24, 2023
1 parent 1a8185c commit 258fefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Legacy/BootPlatform/BiosVideo/VideoBiosPatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -337,7 +337,7 @@ PatchAtiVbiosCustom (
AtomDtdTiming->usVSyncOffset = VSyncStart;
AtomDtdTiming->usVSyncWidth = VSyncEnd;

AtomDtdTiming->usPixClk = (UINT16) ClockHz;
AtomDtdTiming->usPixClk = (UINT16)ClockHz;
}

return TRUE;
Expand Down

0 comments on commit 258fefe

Please sign in to comment.