ArmPlatformPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the ArmPlatformPkg 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: Andrew Fish <afish@apple.com>
This commit is contained in:
committed by
mergify[bot]
parent
429309e0c6
commit
40b0b23ed3
@@ -25,11 +25,9 @@ PrePeiGetHobList (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return (VOID *)ArmReadTpidrurw();
|
||||
return (VOID *)ArmReadTpidrurw ();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Updates the pointer to the HOB list.
|
||||
|
||||
@@ -39,10 +37,10 @@ PrePeiGetHobList (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PrePeiSetHobList (
|
||||
IN VOID *HobList
|
||||
IN VOID *HobList
|
||||
)
|
||||
{
|
||||
ArmWriteTpidrurw((UINTN)HobList);
|
||||
ArmWriteTpidrurw ((UINTN)HobList);
|
||||
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user