Skip to content

Commit

Permalink
AmpereAltraPkg: Apply uncrustify changes
Browse files Browse the repository at this point in the history
This applies uncrustify changes to .c/.h files in the AmpereAltraPkg
package.

Signed-off-by: Nhi Pham <nhi@os.amperecomputing.com>
  • Loading branch information
nhivp committed Sep 19, 2024
1 parent 4c4dbbb commit b9c7885
Show file tree
Hide file tree
Showing 76 changed files with 4,210 additions and 4,061 deletions.
6 changes: 3 additions & 3 deletions Silicon/Ampere/AmpereAltraPkg/Drivers/ATFHobPei/ATFHobPeim.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BuildPlatformInformationHob (
VOID
)
{
VOID *Hob;
VOID *Hob;

/* The ATF HOB handoff base is at PcdSystemMemoryBase */
Hob = GetNextGuidHob (
Expand All @@ -41,8 +41,8 @@ BuildPlatformInformationHob (
EFI_STATUS
EFIAPI
InitializeATFHobPeim (
IN EFI_PEI_FILE_HANDLE FileHandle,
IN CONST EFI_PEI_SERVICES **PeiServices
IN EFI_PEI_FILE_HANDLE FileHandle,
IN CONST EFI_PEI_SERVICES **PeiServices
)
{
BuildPlatformInformationHob ();
Expand Down
Loading

0 comments on commit b9c7885

Please sign in to comment.