Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Nov 15, 2023
1 parent 6cd5ee2 commit 87dafb9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ OnRealTimeClockArchNotification (
Status = SystemTable->RuntimeServices->GetTime ((EFI_TIME *)&mLoggerInfo->Time, NULL);
if (EFI_ERROR (Status)) {
DEBUG ((DEBUG_ERROR, "%a: error getting real time. Code=%r\n", __func__, Status));

} else {
mLoggerInfo->TicksAtTime = GetPerformanceCounter ();
}
Expand Down

0 comments on commit 87dafb9

Please sign in to comment.