PcAtChipsetPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the PcAtChipsetPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
ac0a286f4d
commit
5220bd211d
@@ -11,7 +11,7 @@
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
|
||||
extern GUID mFrequencyHobGuid;
|
||||
extern GUID mFrequencyHobGuid;
|
||||
|
||||
/**
|
||||
The constructor function enables ACPI IO space.
|
||||
@@ -66,7 +66,7 @@ InternalGetPerformanceCounterFrequency (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return mPerformanceCounterFrequency;
|
||||
return mPerformanceCounterFrequency;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -80,7 +80,7 @@ CommonAcpiTimerLibConstructor (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
EFI_HOB_GUID_TYPE *GuidHob;
|
||||
EFI_HOB_GUID_TYPE *GuidHob;
|
||||
|
||||
//
|
||||
// Enable ACPI IO space.
|
||||
@@ -92,7 +92,7 @@ CommonAcpiTimerLibConstructor (
|
||||
//
|
||||
GuidHob = GetFirstGuidHob (&mFrequencyHobGuid);
|
||||
if (GuidHob != NULL) {
|
||||
mPerformanceCounterFrequency = *(UINT64*)GET_GUID_HOB_DATA (GuidHob);
|
||||
mPerformanceCounterFrequency = *(UINT64 *)GET_GUID_HOB_DATA (GuidHob);
|
||||
} else {
|
||||
mPerformanceCounterFrequency = InternalCalculateTscFrequency ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user